We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20270ad commit 110281dCopy full SHA for 110281d
1 file changed
src/test/java/seedu/address/logic/commands/FindGroupCommandTest.java
@@ -4,7 +4,7 @@
4
import static org.junit.jupiter.api.Assertions.assertFalse;
5
import static org.junit.jupiter.api.Assertions.assertTrue;
6
import static seedu.address.commons.core.Messages.MESSAGE_PERSONS_LISTED_OVERVIEW;
7
-import static seedu.address.logic.commands.CommandTestUtil.assertCommandSuccess;
+import static seedu.address.logic.commands.persons.PersonCommandTestUtil.assertCommandSuccess;
8
import static seedu.address.testutil.TypicalPersons.ALICE;
9
import static seedu.address.testutil.TypicalPersons.BENSON;
10
import static seedu.address.testutil.TypicalPersons.DANIEL;
0 commit comments