Skip to content

Commit e7f7e3b

Browse files
authored
Update StalinSortTest.java
1 parent ac7b48f commit e7f7e3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ public void testWithNullValues() {
5656

5757
@Test
5858
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.
6159
assertThrows(ClassCastException.class, () -> {
6260
StalinSort stalinSort = new StalinSort();
6361
stalinSort.sort(new Comparable[] {"a", 1});

0 commit comments

Comments
 (0)