Skip to content

Commit

Permalink
Adapt sanity test to changes in task manager
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Feb 16, 2019
1 parent c23ee93 commit bfd8b18
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3985,7 +3985,7 @@ public void timeout() {
}
}, 10000);
AssertJUnit.assertEquals("Some tasks left running after shutdown", new HashSet<Task>(),
taskManager.getLocallyRunningTasks(new OperationResult("dummy")));
new HashSet<>(taskManager.getLocallyRunningTasks(new OperationResult("dummy"))));
}

// TODO: test for missing/corrupt system configuration
Expand Down

0 comments on commit bfd8b18

Please sign in to comment.