forked from pierront/rock-paper-scissors
réparation
This commit is contained in:
@@ -14,7 +14,7 @@ class MoveTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
void should_check_move_size(){
|
void should_check_move_size(){
|
||||||
Assertions.assertEquals(3, Move.values().length);
|
Assertions.assertEquals(4, Move.values().length);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ParameterizedTest(name = "{0} should beat {1}")
|
@ParameterizedTest(name = "{0} should beat {1}")
|
||||||
|
|||||||
Reference in New Issue
Block a user