Commit 85e2ce23 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0305f0f7
......@@ -119,7 +119,7 @@ def test_allStructs():
def X(keys, maxdepth, maxsplit, allowEmptyBuckets=True):
return list(xbtree.AllStructs(keys, maxdepth, maxsplit, allowEmptyBuckets))
def Y(keys, maxdepth, maxsplit):
return X(keys, maxsplit, maxsplit, allowEmptyBuckets=False)
return X(keys, maxdepth, maxsplit, allowEmptyBuckets=False)
assert X([], 0, 0) == [ T([], B()) ]
assert Y([], 0, 0) == [ T([], B()) ]
......
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