We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f171582 commit 722cdeaCopy full SHA for 722cdea
src/test/java/com/thealgorithms/sorts/DarkSortTest.java
@@ -1,10 +1,10 @@
1
package com.thealgorithms.sorts;
2
3
-import org.junit.jupiter.api.Test;
4
-
5
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
6
import static org.junit.jupiter.api.Assertions.assertNull;
7
+import org.junit.jupiter.api.Test;
+
8
class DarkSortTest {
9
10
@Test
@@ -71,4 +71,4 @@ void testNullArray() {
71
72
assertNull(sorted, "Sorting a null array should return null");
73
}
74
-}
+}
0 commit comments