Skip to content

Commit

Permalink
Fix javadoc for SortCommandParserTest
Browse files Browse the repository at this point in the history
  • Loading branch information
kkangs0226 committed Oct 15, 2020
1 parent 3746743 commit cd3e4eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void parse_nonEmptyPreambleNoArguments_success() {
@Test
public void parse_nonEmptyPreamble_failure() {

// Non-empty preamble without sort type and sort order returns default command
// Non-empty preamble without sort type and sort order
String userInput = PREAMBLE_NON_EMPTY;
assertParseFailure(parser, userInput, MESSAGE_NON_EMPTY_PREAMBLE_FAILURE);

Expand Down

0 comments on commit cd3e4eb

Please sign in to comment.