Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
unfazing committed Feb 22, 2023
1 parent ba1e45b commit 3846c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/nemo/ui/ParserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void setUp() {
@Test
public void parse_emptyInput_exceptionThrown() {
Throwable exception = assertThrows(NemoException.class, () -> parser.parse(""));
assertEquals("Invalid command", exception.getMessage());
assertEquals("I'm unable to understand your command :(", exception.getMessage());
}

@Test
Expand Down

0 comments on commit 3846c3d

Please sign in to comment.