Skip to content

Commit

Permalink
Add failing check to test
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Jul 25, 2024
1 parent a6b5ac7 commit 19470af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_zarrio.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,4 @@ def test_append_references(self):
with ZarrIO(self.store, manager=manager, mode='r') as append_io:
read_container = append_io.read()
self.assertEqual(len(read_container.baz_data.data), 11)
self.assertIs(read_container.baz_data.data[10], read_container.bazs["new"])

0 comments on commit 19470af

Please sign in to comment.