Skip to content

Commit

Permalink
Minor fixes with test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmanhduc2k committed Oct 21, 2021
1 parent 10e015d commit b07731f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static seedu.academydirectory.logic.commands.CommandTestUtil.assertCommandSuccess;

import org.junit.jupiter.api.Test;

import seedu.academydirectory.logic.commands.exceptions.CommandException;
import seedu.academydirectory.model.Model;
import seedu.academydirectory.model.ModelManager;

Expand Down

0 comments on commit b07731f

Please sign in to comment.