ajout puit correction erreur
Some checks failed
rock-paper-scissors-jenkins/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-27 11:25:35 +01:00
parent 0944a2db43
commit cd612bd998

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