forked from pierront/rock-paper-scissors
fix: MoveTest
All checks were successful
rock-paper-scissors/pipeline/pr-main This commit looks good
All checks were successful
rock-paper-scissors/pipeline/pr-main This commit looks good
This commit is contained in:
@@ -34,7 +34,9 @@ class MoveTest {
|
||||
Arguments.of(Move.ROCK,Move.SCISSORS),
|
||||
Arguments.of(Move.PAPER,Move.ROCK),
|
||||
Arguments.of(Move.SCISSORS,Move.PAPER),
|
||||
Arguments.of(Move.PAPER,Move.WELL)
|
||||
Arguments.of(Move.PAPER,Move.WELL),
|
||||
Arguments.of(Move.WELL,Move.SCISSORS),
|
||||
Arguments.of(Move.WELL,Move.ROCK)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user