Skip to content

Commit c2ebc8f

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

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

311311
with pytest.raises(Exception):
312312
new = self.buffer_cls.from_bytes(b"1111")
313-
await store.set_if_not_exists("k", new)
313+
await store.set_if_not_exists(key, new)
314314

315315
result = await store.get(key, default_buffer_prototype())
316316
assert result == data_buf

0 commit comments

Comments
 (0)