Skip to content

Commit

Permalink
Fix style on ParserTest
Browse files Browse the repository at this point in the history
  • Loading branch information
A1WAYSD committed Sep 20, 2023
1 parent cdaea5b commit 83e6d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/duke/ParserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ void parse_addTask_success() throws DukeException {

@Test
void parse_list_success() throws DukeException {
assertEquals("You have no tasks!\n" +
"\"Enjoy today.\"", new Parser(new TaskList()).parse("List"));
assertEquals("You have no tasks!\n"
+ "\"Enjoy today.\"", new Parser(new TaskList()).parse("List"));
}

@Test
Expand Down

0 comments on commit 83e6d19

Please sign in to comment.