Skip to content

Commit 110281d

Browse files
committed
Now is able to add meetings into the APP and the UI will show the result. Only add AddMeetingCommandParser, there are still works todo.
1 parent 20270ad commit 110281d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/seedu/address/logic/commands/FindGroupCommandTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import static org.junit.jupiter.api.Assertions.assertFalse;
55
import static org.junit.jupiter.api.Assertions.assertTrue;
66
import static seedu.address.commons.core.Messages.MESSAGE_PERSONS_LISTED_OVERVIEW;
7-
import static seedu.address.logic.commands.CommandTestUtil.assertCommandSuccess;
7+
import static seedu.address.logic.commands.persons.PersonCommandTestUtil.assertCommandSuccess;
88
import static seedu.address.testutil.TypicalPersons.ALICE;
99
import static seedu.address.testutil.TypicalPersons.BENSON;
1010
import static seedu.address.testutil.TypicalPersons.DANIEL;

0 commit comments

Comments
 (0)