Skip to content

Commit 722cdea

Browse files
Build and Cling Error Fixed
1 parent f171582 commit 722cdea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/com/thealgorithms/sorts/DarkSortTest.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package com.thealgorithms.sorts;
22

3-
import org.junit.jupiter.api.Test;
4-
53
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
64
import static org.junit.jupiter.api.Assertions.assertNull;
75

6+
import org.junit.jupiter.api.Test;
7+
88
class DarkSortTest {
99

1010
@Test
@@ -71,4 +71,4 @@ void testNullArray() {
7171

7272
assertNull(sorted, "Sorting a null array should return null");
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)