fix: RandomCpuPickerTest add assert for well
All checks were successful
rock-paper-cissors/pipeline/pr-main This commit looks good

This commit is contained in:
2025-11-27 10:24:28 +01:00
parent 216cb51c0d
commit a9de7a9448

View File

@@ -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));
}
}