Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Schinc committed Mar 25, 2024
1 parent 3c5d234 commit 6cf1b96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChickenAttackerInitialGameStateTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,8 @@ void testGame() {

}

@Test
void habibNoAddAction() {
assertEquals(5, GameState.Action.values().length);
}
}

0 comments on commit 6cf1b96

Please sign in to comment.