Commit 70a646fb authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent bf275b13
......@@ -422,7 +422,7 @@ def assertB(znode, *kvv):
assert _.is_zbucket
keys, values = zbcheck.crack_bucket(znode, _.is_map)
if not _.is_map:
assert values is None
assert values == []
assert keys == kvv
else:
assert len(keys) == len(values)
......
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