Skip to content

Commit ebfc200

Browse files
committed
exists_ok -> overwrite
1 parent 9a17dfd commit ebfc200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def test_group_members_2(store: Store, zarr_format: ZarrFormat) -> None:
237237
_ = subsubgroup.create_group("subsubsubgroup")
238238

239239
members_expected["subarray"] = group.create_array(
240-
"subarray", shape=(100,), dtype="uint8", chunk_shape=(10,), exists_ok=True
240+
"subarray", shape=(100,), dtype="uint8", chunk_shape=(10,), overwrite=True
241241
)
242242

243243
# add an extra object to the domain of the group.

0 commit comments

Comments
 (0)