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 ac7b48f commit e7f7e3bCopy full SHA for e7f7e3b
src/test/java/com/thealgorithms/sorts/StalinSortTest.java
@@ -56,8 +56,6 @@ public void testWithNullValues() {
56
57
@Test
58
public void testWithMixedDataTypes() {
59
- // This test checks the algorithm's capability with mixed types, if applicable.
60
- // Note: Ensure that your algorithm is capable of handling mixed types; if not, this test will fail.
61
assertThrows(ClassCastException.class, () -> {
62
StalinSort stalinSort = new StalinSort();
63
stalinSort.sort(new Comparable[] {"a", 1});
0 commit comments