Skip to content

Commit

Permalink
Fix wrong import (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
indocomsoft authored Nov 8, 2018
1 parent faf0183 commit f257917
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f257917

Please sign in to comment.