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 926c71a commit 7f173d2Copy full SHA for 7f173d2
src/zarr/testing/store.py
@@ -285,5 +285,5 @@ async def test_with_mode(self, store: S) -> None:
285
assert result.to_bytes() == data
286
287
else:
288
- with pytest.raises(ValueError):
+ with pytest.raises(ValueError, match="store mode"):
289
await clone.set("key-3", self.buffer_cls.from_bytes(data))
0 commit comments