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 c1be739 commit c779fa0Copy full SHA for c779fa0
src/test/java/com/thealgorithms/scheduling/SJFSchedulingTest.java
@@ -1,6 +1,7 @@
1
package com.thealgorithms.scheduling;
2
3
-import static org.junit.jupiter.api.Assertions.*;
+import static org.junit.jupiter.api.Assertions.assertEquals;
4
+import static org.junit.jupiter.api.Assertions.assertTrue;
5
6
import com.thealgorithms.devutils.entities.ProcessDetails;
7
0 commit comments