Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
ningtan11 committed Oct 11, 2022
1 parent 3611f28 commit 3b6d0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/seedu/duke/ParserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void addTaskTest() {

assertEquals(testOutput2, parse("deadline eat /by tomorrow").execute(list));
assertEquals(testOutput2, addTaskParser("deadline", "eat /by tomorrow").execute(list));

} catch (DukeException e) {
System.out.println(e.getMessage());
}
Expand Down

0 comments on commit 3b6d0ff

Please sign in to comment.