Skip to content

Commit ae770eb

Browse files
maxrjonesd-v-b
andauthored
Update src/zarr/testing/store.py
Co-authored-by: Davis Bennett <[email protected]>
1 parent 56ef024 commit ae770eb

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
@@ -321,7 +321,7 @@ async def test_set_if_not_exists(self, store: S) -> None:
321321

322322
with pytest.raises(Exception):
323323
new = self.buffer_cls.from_bytes(b"1111")
324-
await store.set_if_not_exists("k", new)
324+
await store.set_if_not_exists(key, new)
325325

326326
result = await store.get(key, default_buffer_prototype())
327327
assert result == data_buf

0 commit comments

Comments
 (0)