diff --git a/src/test/java/seedu/address/logic/commands/calendar/ShowCommandTest.java b/src/test/java/seedu/address/logic/commands/calendar/ShowCommandTest.java index 6828394054c3..3da6d46037c2 100644 --- a/src/test/java/seedu/address/logic/commands/calendar/ShowCommandTest.java +++ b/src/test/java/seedu/address/logic/commands/calendar/ShowCommandTest.java @@ -4,7 +4,7 @@ import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import static seedu.address.logic.commands.CommandTestUtil.assertCommandSuccess; -import static seedu.address.testutil.TypicalPersons.getTypicalAddressBook; +import static seedu.address.testutil.TypicalAddressBook.getTypicalAddressBook; import java.util.Calendar;