Skip to content

Commit 7f173d2

Browse files
committed
match message
1 parent 926c71a commit 7f173d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/testing/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,5 +285,5 @@ async def test_with_mode(self, store: S) -> None:
285285
assert result.to_bytes() == data
286286

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

0 commit comments

Comments
 (0)