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 7f173d2 commit f2fc9c2Copy full SHA for f2fc9c2
src/zarr/testing/store.py
@@ -271,7 +271,7 @@ async def test_with_mode(self, store: S) -> None:
271
assert result is not None
272
assert result.to_bytes() == data
273
274
- # # writes to original after with_mode is visible
+ # writes to original after with_mode is visible
275
self.set(store, "key-2", self.buffer_cls.from_bytes(data))
276
result = await clone.get("key-2", default_buffer_prototype())
277
0 commit comments