Commit 410bca9c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 3a53fa12
......@@ -79,7 +79,6 @@ def test_AllStructs():
def X(keys, maxdepth, maxsplit):
return list(xbtree.AllStructs(keys, maxdepth, maxsplit))
print()
assert X([], 0, 0) == [ T([], B()) ]
assert X([1], 0, 0) == [ T([], B(1)) ]
assert X([1,3], 0, 0) == [ T([], B(1,3)) ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment