Skip to content

Commit

Permalink
Update ModelManagerTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavzzz committed Oct 20, 2022
1 parent ca72f3e commit b997440
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/seedu/address/model/ModelManagerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@

import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.Arrays;

import org.junit.jupiter.api.Test;

import seedu.address.commons.core.GuiSettings;
import seedu.address.model.person.NameContainsKeywordsPredicate;
import seedu.address.testutil.AddressBookBuilder;

public class ModelManagerTest {
Expand Down

0 comments on commit b997440

Please sign in to comment.