Skip to content

Commit c779fa0

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package com.thealgorithms.scheduling;
22

3-
import static org.junit.jupiter.api.Assertions.*;
3+
import static org.junit.jupiter.api.Assertions.assertEquals;
4+
import static org.junit.jupiter.api.Assertions.assertTrue;
45

56
import com.thealgorithms.devutils.entities.ProcessDetails;
67

0 commit comments

Comments
 (0)