Skip to content

Commit 0c09e16

Browse files
committed
Fix
1 parent 7e907be commit 0c09e16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/thealgorithms/datastructures/heaps/MinPriorityQueueTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ void testHeapSort() {
6161
sortedArray[i] = queue.delete();
6262
}
6363

64-
// Validate the sorted order
6564
Assertions.assertArrayEquals(new int[] {1, 3, 5, 10, 15}, sortedArray, "The array should be sorted in ascending order.");
6665
}
6766

0 commit comments

Comments
 (0)