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 d49d1ff commit c2ebc8fCopy full SHA for c2ebc8f
src/zarr/testing/store.py
@@ -310,7 +310,7 @@ async def test_set_if_not_exists(self, store: S) -> None:
310
311
with pytest.raises(Exception):
312
new = self.buffer_cls.from_bytes(b"1111")
313
- await store.set_if_not_exists("k", new)
+ await store.set_if_not_exists(key, new)
314
315
result = await store.get(key, default_buffer_prototype())
316
assert result == data_buf
0 commit comments