Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/zarr/testing/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ async def test_with_mode(self, store: S) -> None:
assert result is not None
assert result.to_bytes() == data

# # writes to original after with_mode is visible
# writes to original after with_mode is visible
self.set(store, "key-2", self.buffer_cls.from_bytes(data))
result = await clone.get("key-2", default_buffer_prototype())
assert result is not None
Expand Down