Skip to content

Commit

Permalink
Fix checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jessica2828 committed Oct 23, 2024
1 parent 9373c57 commit c37df23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/seedu/address/model/ModelManagerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ public void getPersonToDisplay_personToDisplayEqualToPersonSet_returnsTrue() {
// different person -> returns false
assertNotEquals(BENSON, modelManager.getPersonToDisplay());
}

@Test
public void addModule_invalidPerson_throwsException() {
Module module = new Module("CS2101");
Expand Down

0 comments on commit c37df23

Please sign in to comment.