We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e12b5 commit 7b01c57Copy full SHA for 7b01c57
zarr/tests/test_storage.py
@@ -369,7 +369,7 @@ def test_hierarchy(self):
369
assert 15 == store.getsize()
370
assert 3 == store.getsize("a")
371
assert 3 == store.getsize("b")
372
- assert 3 == store.getsize("c")
+ assert 9 == store.getsize("c")
373
assert 3 == store.getsize("c/d")
374
assert 6 == store.getsize("c/e")
375
assert 3 == store.getsize("c/e/f")
0 commit comments