Skip to content

Commit f2fc9c2

Browse files
TomAugspurgerd-v-b
andauthored
Update src/zarr/testing/store.py
Co-authored-by: Davis Bennett <[email protected]>
1 parent 7f173d2 commit f2fc9c2

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
@@ -271,7 +271,7 @@ async def test_with_mode(self, store: S) -> None:
271271
assert result is not None
272272
assert result.to_bytes() == data
273273

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

0 commit comments

Comments
 (0)