Skip to content

Commit 0f6001a

Browse files
committed
Fix
1 parent 4e13c9b commit 0f6001a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/others/SkylineProblemTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.thealgorithms.others;
22

3-
import static org.junit.jupiter.api.Assertions.*;
3+
import static org.junit.jupiter.api.Assertions.assertEquals;
44

55
import java.util.ArrayList;
66
import org.junit.jupiter.api.Test;

0 commit comments

Comments
 (0)