Skip to content

Commit

Permalink
Update unittest stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
CYX22222003 committed Oct 21, 2024
1 parent 9bd0a0a commit fc2cd66
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ public void deletePerson(Person target) {
throw new AssertionError("This method should not be called.");
}

@Override
public void deletePersonTag(Person p, Tag tag) {
throw new AssertionError("This method should not be called.");
}

@Override
public void setPerson(Person target, Person editedPerson) {
throw new AssertionError("This method should not be called.");
Expand Down

0 comments on commit fc2cd66

Please sign in to comment.