diff --git a/pydatastructs/trees/tests/test_binary_trees.py b/pydatastructs/trees/tests/test_binary_trees.py index cfe72450..e8f8748c 100644 --- a/pydatastructs/trees/tests/test_binary_trees.py +++ b/pydatastructs/trees/tests/test_binary_trees.py @@ -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