correction
Some checks are pending
rock-paper-scissors/pipeline/head This commit looks good
rock-paper-scissors/pipeline/pr-main Build started...

This commit is contained in:
2025-11-27 11:30:13 +01:00
parent 6ee72f6939
commit 0a3e375ec9

View File

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