Skip to content

Commit

Permalink
Fix test_reader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Dec 17, 2024
1 parent bb9521c commit 40f9cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_invalid_version(self):
grp = create_zarr(str(self.path))
# update version to something invalid
attrs = grp.attrs.asdict()
attrs["multiscales"][0]["version"] = "invalid"
attrs["ome"]["multiscales"][0]["version"] = "invalid"
grp.attrs.put(attrs)
# should raise exception
with pytest.raises(ValueError) as exe:
Expand Down

0 comments on commit 40f9cd8

Please sign in to comment.