Skip to content

Commit

Permalink
Update listdone and listundone testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
yirui94 committed Mar 29, 2017
1 parent 99e5fd4 commit 528bf3e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/test/java/seedu/geekeep/logic/LogicManagerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -646,14 +646,8 @@ public void execute_listdone_listundone_showsTasksCorrectly() throws Exception {
expectedList);

// prepare expectations for list done tasks
expectedAB.markTaskDone(0);
expectedList = expectedAB.getTaskList().filtered(t -> t.isDone());

assertCommandSuccess("done 1",
String.format(DoneCommand.MESSAGE_DONE_TASK_SUCCESS, expectedList.get(0)),
expectedAB,
expectedAB.getTaskList());

assertCommandSuccess("listdone",
ListDoneCommand.MESSAGE_SUCCESS,
expectedAB,
Expand Down

0 comments on commit 528bf3e

Please sign in to comment.