Skip to content

Commit

Permalink
Add unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbye committed Mar 16, 2024
1 parent c00601e commit 9988365
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ public void testCanCancelScheduledCommands() {
assertFalse(future.isCancelled());
future.cancel(dontCare);
assertTrue(future.isCancelled());
assertTrue(future.isDone()); // fixes #

checking(new Expectations() {{
never (commandA);
Expand Down

0 comments on commit 9988365

Please sign in to comment.