réparation
Some checks are pending
rock-paper-scissors/pipeline/head This commit looks good
rock-paper-scissors/pipeline/pr-main Build queued...

This commit is contained in:
2025-11-27 11:25:35 +01:00
parent 338c90f674
commit b3c70dc20d

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}")