Skip to content

Commit 9926906

Browse files
authored
Update StalinSortTest.java
1 parent 08aae77 commit 9926906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.thealgorithms.sorts;
22

3-
import org.junit.jupiter.api.Test;
43
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
4+
import org.junit.jupiter.api.Test;
55

66
public class StalinSortTest {
77

0 commit comments

Comments
 (0)