Commit 0098373a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a42ceff4
...@@ -441,7 +441,8 @@ def test_restructure(): ...@@ -441,7 +441,8 @@ def test_restructure():
R(z, 'T/B') R(z, 'T/B')
assert crack_btree(z) == (BTREE_EMPTY, [], []) assert crack_btree(z) == (BTREE_EMPTY, [], [])
# ø -> T/T/B (don't - we don't emit topologies with empty buckets for tests) # ø -> T/T/B (don't - we don't emit topologies with empty buckets for
# tests since ZODB breaks on them)
""" """
z = Z0() z = Z0()
R(z, 'T/T/B') R(z, 'T/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