Skip to content

Commit

Permalink
Adapt sanity test to changes in task manager
Browse files Browse the repository at this point in the history
(cherry picked from commit bfd8b18)
  • Loading branch information
mederly committed Feb 16, 2019
1 parent 16bd91d commit f1d490d
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 f1d490d

Please sign in to comment.