feature: add well #1

Merged
William GENTIL merged 2 commits from feature-well into main 2025-11-27 11:21:44 +01:00
Showing only changes of commit a9de7a9448 - Show all commits

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