We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1160b87 commit 0ee93ccCopy full SHA for 0ee93cc
src/test/java/com/thealgorithms/scheduling/LotterySchedulingTest.java
@@ -30,7 +30,6 @@ public void testLotterySchedulingWithMockedRandom() {
30
31
List<LotteryScheduling.Process> executedProcesses = lotteryScheduling.scheduleProcesses();
32
33
- // Assert correct number of processes
34
assertEquals(3, executedProcesses.size());
35
36
// Assert the process execution order and properties
0 commit comments