Skip to content

Commit

Permalink
checkstyle changed
Browse files Browse the repository at this point in the history
  • Loading branch information
redcolorbicycle committed Mar 19, 2024
1 parent 475dd44 commit 0eff018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ public void parse_invalidValue_failure() {
assertParseFailure(parser, "1" + TAG_EMPTY + TAG_DESC_FRIEND + TAG_DESC_HUSBAND, Tag.MESSAGE_CONSTRAINTS);

// multiple invalid values, but only the first invalid value is captured
assertParseFailure(parser, "1" + INVALID_NAME_DESC + INVALID_EMAIL_DESC + VALID_HOUSINGTYPE_AMY +
VALID_PHONE_AMY,
assertParseFailure(parser, "1" + INVALID_NAME_DESC + INVALID_EMAIL_DESC + VALID_HOUSINGTYPE_AMY
+ VALID_PHONE_AMY,
Name.MESSAGE_CONSTRAINTS);
}

Expand Down
1 change: 0 additions & 1 deletion src/test/java/seedu/address/testutil/PersonBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import java.util.Set;

import seedu.address.model.house.PostalCode;
import seedu.address.model.person.Address;
import seedu.address.model.person.Email;
import seedu.address.model.person.Name;
import seedu.address.model.person.Person;
Expand Down

0 comments on commit 0eff018

Please sign in to comment.