Skip to content

Commit

Permalink
Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
dukesun99 committed Apr 7, 2019
1 parent f4cbe41 commit 54e76e5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ public void execute_routeCommandParserExecuteInvalidAddressExceptions() {
} catch (CommandException ce) {
fail("ParseException should be thrown but CommandException is thrown.");
} catch (ParseException pe) {
if (pe.getMessage() == null) {
fail("Should display some error message.");
}
}
}

Expand Down

0 comments on commit 54e76e5

Please sign in to comment.