Skip to content

Commit cac9706

Browse files
committed
remove * from import statments
1 parent 0e32962 commit cac9706

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/test/java/com/thealgorithms/randomized/ClosestPairTest.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
package com.thealgorithms.randomized;
2+
import static org.junit.jupiter.api.Assertions.assertEquals;
3+
import static org.junit.jupiter.api.Assertions.assertNotEquals;
4+
import static org.junit.jupiter.api.Assertions.assertNotNull;
5+
import static org.junit.jupiter.api.Assertions.assertNull;
6+
import static org.junit.jupiter.api.Assertions.assertTrue;
7+
28
import java.util.ArrayList;
39
import java.util.Arrays;
410
import java.util.List;
511
import java.util.Random;
612
import org.junit.jupiter.api.Test;
713

8-
import static org.junit.jupiter.api.Assertions.*;
9-
1014
class ClosestPairTest {
1115

1216
@Test

0 commit comments

Comments
 (0)