clement-branch #12

Closed
Clement JANNAIRE wants to merge 5 commits from jannaire/rock-paper-scissors:clement-branch into main
Showing only changes of commit cd612bd998 - Show all commits

View File

@@ -14,7 +14,7 @@ class MoveTest {
@Test
void should_check_move_size(){
Assertions.assertEquals(3, Move.values().length);
Assertions.assertEquals(4, Move.values().length);
}
@ParameterizedTest(name = "{0} should beat {1}")