We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42e474 commit 09740a9Copy full SHA for 09740a9
src/test/java/com/thealgorithms/sorts/FlashSortTest.java
@@ -1,12 +1,12 @@
1
package com.thealgorithms.sorts;
2
3
+import static org.junit.jupiter.api.Assertions.assertEquals;
4
+import static org.junit.jupiter.api.Assertions.assertThrows;
5
+
6
import org.junit.jupiter.api.Test;
7
import org.junit.jupiter.params.ParameterizedTest;
8
import org.junit.jupiter.params.provider.ValueSource;
9
-import static org.junit.jupiter.api.Assertions.assertEquals;
-import static org.junit.jupiter.api.Assertions.assertThrows;
-
10
public class FlashSortTest extends SortingAlgorithmTest {
11
@Override
12
SortAlgorithm getSortAlgorithm() {
0 commit comments