Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Ved committed Jul 17, 2024
1 parent 4f3ff5b commit 5337bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydatastructs/trees/tests/test_binary_trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def test_AVLTree():
_test_AVLTree(backend=Backend.PYTHON)
def test_cpp_AVLTree():
_test_AVLTree(backend=Backend.CPP)
test_cpp_AVLTree()

def _test_BinaryIndexedTree(backend):

FT = BinaryIndexedTree
Expand Down

0 comments on commit 5337bae

Please sign in to comment.