forked from pierront/rock-paper-scissors
Ajout Puit #3
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:
@@ -25,5 +25,6 @@ class RandomCpuPickerTest {
|
||||
assertTrue(obtainedMoves.contains(Move.ROCK));
|
||||
assertTrue(obtainedMoves.contains(Move.PAPER));
|
||||
assertTrue(obtainedMoves.contains(Move.SCISSORS));
|
||||
assertTrue(obtainedMoves.contains(Move.WELL));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user