Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
nixonwidjaja committed Nov 2, 2023
1 parent cfaff40 commit 0839cfd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ public void parse_noArgs_returnsBirthdayCommand() throws ParseException {
@Test
public void parse_invalidArgs_exceptionThrown() throws ParseException {
assertThrows(ParseException.class, () -> parser.parse(" r/2"));
assertThrows(ParseException.class, () -> parser.parse(" m/a"));
}
}

0 comments on commit 0839cfd

Please sign in to comment.