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 56ef024 commit ae770ebCopy full SHA for ae770eb
src/zarr/testing/store.py
@@ -321,7 +321,7 @@ async def test_set_if_not_exists(self, store: S) -> None:
321
322
with pytest.raises(Exception):
323
new = self.buffer_cls.from_bytes(b"1111")
324
- await store.set_if_not_exists("k", new)
+ await store.set_if_not_exists(key, new)
325
326
result = await store.get(key, default_buffer_prototype())
327
assert result == data_buf
0 commit comments