Skip to content

Commit 01f540d

Browse files
committed
tests for different zarr_formats in test_storage_transformers
1 parent 1989322 commit 01f540d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def test_array_v3_fill_value(store: MemoryStore, fill_value: int, dtype_str: str
230230
async def test_create_deprecated() -> None:
231231
with pytest.warns(DeprecationWarning):
232232
with pytest.warns(FutureWarning, match="Pass"):
233-
await zarr.AsyncArray.create(MemoryStore(), (2, 2), dtype="f8")
233+
await zarr.AsyncArray.create(MemoryStore(), (2, 2), dtype="f8", zarr_format=3)
234234
with pytest.warns(DeprecationWarning):
235235
with pytest.warns(FutureWarning, match="Pass"):
236236
zarr.Array.create(MemoryStore(), (2, 2), dtype="f8")

0 commit comments

Comments
 (0)