Skip to content

Commit 57ba98e

Browse files
committed
update
1 parent f69b9d4 commit 57ba98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/trees/tests/test_binary_trees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ def test_SelfBalancingBinaryTree():
469469
# tree.insert(4.56, 4.56)
470470
# tree._left_rotate(5, 8)
471471
# assert tree.tree[tree.tree[8].parent].left == 8
472-
test_SelfBalancingBinaryTree()
472+
# test_SelfBalancingBinaryTree()
473473
def test_SplayTree():
474474
t = SplayTree(100, 100)
475475
t.insert(50, 50)

0 commit comments

Comments
 (0)