Skip to content

Commit

Permalink
Fix ParserUtilTest.java lexicographical order
Browse files Browse the repository at this point in the history
  • Loading branch information
felixchanyy authored Mar 15, 2024
1 parent 6d472e1 commit 2959dd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
import org.junit.jupiter.api.Test;

import seedu.address.logic.parser.exceptions.ParseException;
import seedu.address.model.house.UnitNumber;
import seedu.address.model.house.Block;
import seedu.address.model.house.PostalCode;
import seedu.address.model.house.UnitNumber;
import seedu.address.model.person.Address;
import seedu.address.model.person.Email;
import seedu.address.model.person.Name;
Expand Down

0 comments on commit 2959dd0

Please sign in to comment.