Skip to content

Commit a1c2818

Browse files
committed
Fix hypothesis
1 parent f5f71fa commit a1c2818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/testing/strategies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def arrays(
138138
expected_attrs = {} if attributes is None else attributes
139139

140140
array_path = path + ("/" if not path.endswith("/") else "") + name
141-
root = zarr.open_group(store, mode="w")
141+
root = zarr.open_group(store, mode="w", zarr_format=zarr_format)
142142

143143
a = root.create_array(
144144
array_path,

0 commit comments

Comments
 (0)