File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/test/java/seedu/address/logic/commands Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments