Skip to content

Commit 6df3a7e

Browse files
authored
Update test_heaps.py
1 parent 6fb3d9b commit 6df3a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/trees/tests/test_heaps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ def test_maxheap():
5858
assert testmaxHeap.extract() == 4
5959

6060
test_minheap()
61-
test_maxheap()
61+
test_maxheap()

0 commit comments

Comments
 (0)