Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Nov 8, 2024
1 parent 81c4b7e commit ce548e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async def test_v2_encode_decode(dtype):
fill_value=b"X",
)

result = await store.get("foo/.zarray", zarr.buffer.default_buffer_prototype())
result = await store.get("foo/.zarray", zarr.core.buffer.default_buffer_prototype())
assert result is not None

serialized = json.loads(result.to_bytes())
Expand Down

0 comments on commit ce548e2

Please sign in to comment.