forked from pierront/rock-paper-scissors
fix: RandomCpuPickerTest add assert for well
All checks were successful
rock-paper-cissors/pipeline/pr-main This commit looks good
All checks were successful
rock-paper-cissors/pipeline/pr-main This commit looks good
This commit is contained in:
@@ -24,5 +24,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