maj puit. corrs 1
Some checks failed
rock-paper-scissors/pipeline/head There was a failure building this commit

This commit is contained in:
vaisse
2025-11-27 11:47:20 +01:00
parent 1c498a61d3
commit 2b9fa81cc2

View File

@@ -36,7 +36,7 @@ class MoveTest {
Arguments.of(Move.SCISSORS,Move.PAPER),
Arguments.of(Move.WELL, Move.SCISSORS),
Arguments.of(Move.WELL, Move.ROCK),
Arguments.of(Move.WELL, Move.PAPER);
Arguments.of(Move.WELL, Move.PAPER)
);
}
}