Skip to content

Commit

Permalink
add delete commands
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxunn committed Oct 14, 2023
1 parent 2c74f79 commit 8839e08
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public void parse_validArgs_returnsDeleteCommand() {

@Test
public void parse_invalidArgs_throwsParseException() {
assertParseFailure(parser, "a", String.format(MESSAGE_INVALID_COMMAND_FORMAT, DeleteClientCommand.MESSAGE_USAGE));
assertParseFailure(
parser, "a", String.format(MESSAGE_INVALID_COMMAND_FORMAT, DeleteClientCommand.MESSAGE_USAGE));
}
}

0 comments on commit 8839e08

Please sign in to comment.