Skip to content

Commit 33c7c02

Browse files
committed
Fix
1 parent 0ac38e2 commit 33c7c02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/thealgorithms/scheduling/SpeculativeExecutionSchedulingTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public void testExecuteAllTasks() {
5454
scheduler.executeTasks("Group1");
5555
scheduler.executeTasks("Group1");
5656

57-
// Confirm no tasks remain
5857
assertNull(scheduler.executeTasks("Group1"));
5958
}
6059

0 commit comments

Comments
 (0)