Skip to content

Commit a772f44

Browse files
authored
Merge pull request #58 from Imerbear/master
Modify to pass CL check
2 parents 05c0b65 + a32cc7f commit a772f44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/seedu/address/logic/commands/CommandTestUtil.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ public class CommandTestUtil {
7272
public static final String INVALID_EMAIL_DESC = " " + PREFIX_EMAIL + "bob!yahoo"; // missing '@' symbol
7373
public static final String INVALID_ADDRESS_DESC = " " + PREFIX_ADDRESS; // empty string not allowed for addresses
7474
public static final String INVALID_TAG_DESC = " " + PREFIX_TAG + "hubby*"; // '*' not allowed in tags
75-
public static final String INVALID_CATEGORY_DESC = " " + PREFIX_CATEGORY_CODE + "abc"; // "abc" not a category code
7675
public static final String INVALID_RATING_DESC = " " + PREFIX_RATING + "4.5"; // only integers allowed in ratings
77-
7876
public static final String PREAMBLE_WHITESPACE = "\t \r \n";
7977
public static final String PREAMBLE_NON_EMPTY = "NonEmptyPreamble";
8078

0 commit comments

Comments
 (0)