fix: MoveTest
This commit is contained in:
@@ -34,7 +34,9 @@ class MoveTest {
|
|||||||
Arguments.of(Move.ROCK,Move.SCISSORS),
|
Arguments.of(Move.ROCK,Move.SCISSORS),
|
||||||
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.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