Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/fix/intermediates' …
Browse files Browse the repository at this point in the history
…into fix/intermediates
  • Loading branch information
TomAugspurger committed Sep 27, 2024
2 parents d44f955 + d65047e commit 44e4554
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zarr/testing/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ async def test_setdefault(self, store: S) -> None:
assert result == data_buf

await store.setdefault("k2", new) # no error
await store.get("k2", default_buffer_prototype())

result = await store.get("k2", default_buffer_prototype())
assert result == new

0 comments on commit 44e4554

Please sign in to comment.