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.
2 parents 18ace67 + f2fc9c2 commit 10d49c6Copy full SHA for 10d49c6
src/zarr/testing/store.py
@@ -293,7 +293,7 @@ async def test_with_mode(self, store: S) -> None:
293
assert result is not None
294
assert result.to_bytes() == data
295
296
- # # writes to original after with_mode is visible
+ # writes to original after with_mode is visible
297
self.set(store, "key-2", self.buffer_cls.from_bytes(data))
298
result = await clone.get("key-2", default_buffer_prototype())
299
0 commit comments