Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Oct 18, 2024
1 parent 44e12b5 commit 7b01c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zarr/tests/test_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def test_hierarchy(self):
assert 15 == store.getsize()
assert 3 == store.getsize("a")
assert 3 == store.getsize("b")
assert 3 == store.getsize("c")
assert 9 == store.getsize("c")
assert 3 == store.getsize("c/d")
assert 6 == store.getsize("c/e")
assert 3 == store.getsize("c/e/f")
Expand Down

0 comments on commit 7b01c57

Please sign in to comment.