forked from pierront/rock-paper-scissors
Update src/test/java/fr/iut_fbleau/info/but3/automation/rock_paper_scissors/play/domain/MoveTest.java
Some checks failed
rock-paper-scissors/pipeline/head There was a failure building this commit
Some checks failed
rock-paper-scissors/pipeline/head There was a failure building this commit
forgetting to change the expected number of possible moves
This commit is contained in:
@@ -14,7 +14,7 @@ class MoveTest {
|
||||
|
||||
@Test
|
||||
void should_check_move_size(){
|
||||
Assertions.assertEquals(3, Move.values().length);
|
||||
Assertions.assertEquals(4, Move.values().length);
|
||||
}
|
||||
|
||||
@ParameterizedTest(name = "{0} should beat {1}")
|
||||
|
||||
Reference in New Issue
Block a user