Skip to content

Commit ce548e2

Browse files
committed
fixup
1 parent 81c4b7e commit ce548e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ async def test_v2_encode_decode(dtype):
9191
fill_value=b"X",
9292
)
9393

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

9797
serialized = json.loads(result.to_bytes())

0 commit comments

Comments
 (0)