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 4853ac9 commit c5ba307Copy full SHA for c5ba307
src/test/java/com/thealgorithms/sorts/OddEvenSortTest.java
@@ -39,4 +39,4 @@ public void oddEvenSortIntegerArray() {
39
Integer[] expectedOutput = {-85, -76, -45, -14, 3, 12, 36, 57, 67, 69};
40
assertArrayEquals(inputArray, expectedOutput);
41
}
42
-}
+}
0 commit comments