Skip to content

Commit 10d49c6

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/fix/modes' into fix/modes
2 parents 18ace67 + f2fc9c2 commit 10d49c6

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
@@ -293,7 +293,7 @@ async def test_with_mode(self, store: S) -> None:
293293
assert result is not None
294294
assert result.to_bytes() == data
295295

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

0 commit comments

Comments
 (0)