Skip to content

Commit c1be739

Browse files
committed
refactor: add full imports
1 parent dee1d84 commit c1be739

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
import static org.junit.jupiter.api.Assertions.*;
44

55
import com.thealgorithms.devutils.entities.ProcessDetails;
6-
import java.util.*;
6+
7+
import java.util.Collections;
8+
import java.util.List;
79
import java.util.stream.Stream;
810
import org.junit.jupiter.api.DisplayName;
911
import org.junit.jupiter.api.Test;

0 commit comments

Comments
 (0)