Skip to content

Commit

Permalink
match message
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Sep 26, 2024
1 parent 926c71a commit 7f173d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zarr/testing/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,5 +285,5 @@ async def test_with_mode(self, store: S) -> None:
assert result.to_bytes() == data

else:
with pytest.raises(ValueError):
with pytest.raises(ValueError, match="store mode"):
await clone.set("key-3", self.buffer_cls.from_bytes(data))

0 comments on commit 7f173d2

Please sign in to comment.