Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nabonitasen committed Nov 9, 2023
1 parent 3c916a2 commit 60d72f1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ public void showPersonAtIndex(Index index) {
throw new AssertionError("This method should not be called.");
}

@Override
public void clearPersonDetails() {
throw new AssertionError("This method should not be called.");
}

@Override
public ObservableList<Person> getFilteredPersonList() {
throw new AssertionError("This method should not be called.");
Expand Down

0 comments on commit 60d72f1

Please sign in to comment.