dick #1

Merged
Adrien DICK merged 5 commits from dick into main 2025-11-27 11:40:58 +01:00
Showing only changes of commit 0a3e375ec9 - Show all commits

View File

@@ -35,7 +35,8 @@ class MoveTest {
Arguments.of(Move.PAPER,Move.ROCK),
Arguments.of(Move.SCISSORS,Move.PAPER),
Arguments.of(Move.WELL,Move.ROCK),
Arguments.of(Move.WELL,Move.SCISSORS)
Arguments.of(Move.WELL,Move.SCISSORS),
Arguments.of(Move.PAPER,Move.WELL)
);
}
}