Skip to content

Commit f171582

Browse files
Build Error Fixed
1 parent 17eca6b commit f171582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

33
import org.junit.jupiter.api.Test;
4+
45
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
56
import static org.junit.jupiter.api.Assertions.assertNull;
67

@@ -70,5 +71,4 @@ void testNullArray() {
7071

7172
assertNull(sorted, "Sorting a null array should return null");
7273
}
73-
74-
}
74+
}

0 commit comments

Comments
 (0)