Skip to content

Commit

Permalink
Merge branch 'branch-A-JUnit'
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlxw committed Feb 23, 2024
2 parents 4201c73 + 9e8ba9a commit 1130f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/shon/TaskListTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class TaskListTest {

@Test
public void getList_emptyList() {
assertArrayEquals(new String[]{"Your list is currently empty."}, new TaskList().getTasks());
assertArrayEquals(new String[]{"Your list of tasks is currently empty."}, new TaskList().getTasks());
}

@Test
Expand Down

0 comments on commit 1130f80

Please sign in to comment.