Skip to content

Commit

Permalink
Fix TypicalPersons to TypicalContacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Teeesa7 committed Mar 20, 2024
1 parent ee09568 commit e889a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/seedu/address/logic/MailAppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.mockStatic;
import static seedu.address.testutil.TypicalPersons.GEORGE;
import static seedu.address.testutil.TypicalContacts.GEORGE;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.mockito.Mockito.when;

Expand Down

0 comments on commit e889a14

Please sign in to comment.