Skip to content

Commit

Permalink
Test: Remove empty lines and refactor test methods in ConnectFourTest
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Jan 22, 2024
1 parent f08018f commit eaec838
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ void testGetBoardAfterOneMove() {

}


@Nested
class testIsTerminal {

Expand Down Expand Up @@ -120,7 +119,6 @@ void testIsTerminalAfterGameIsWon() {
}

}


@Nested
class TestResult {
Expand Down Expand Up @@ -173,10 +171,9 @@ void testToMoveAfterTwoMoves() {
}

}


@Test
void testUtility() {

@Nested
class testUtility {

}
}

0 comments on commit eaec838

Please sign in to comment.