Skip to content

Commit

Permalink
Fix failing CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JJtan2002 committed Nov 4, 2024
1 parent 045dad6 commit bf0b684
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public void execute_allFieldsSpecifiedUnfilteredList_success() {

assertCommandSuccess(addCommand, model, expectedMessage, expectedModel);
assertEquals(expectedGame.getGameName(), VALID_GAME);
addCommand.undo(model);
}

@Test
Expand Down

0 comments on commit bf0b684

Please sign in to comment.