Skip to content

Commit d7270fc

Browse files
committed
Fix function name
1 parent ce7b3e7 commit d7270fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ def test_no_overwrite_group(tmp_path: Path, create_function: Callable, overwrite
12781278
assert existing_fpath.exists()
12791279

12801280

1281-
@pytest.mark.parametrize("open_func", [open, open_group])
1281+
@pytest.mark.parametrize("open_func", [zarr.open, open_group])
12821282
@pytest.mark.parametrize("mode", ["r", "r+", "a", "w", "w-"])
12831283
def test_no_overwrite_open(tmp_path: Path, open_func: Callable, mode: str) -> None: # type:ignore[type-arg]
12841284
store = zarr.storage.LocalStore(tmp_path)

0 commit comments

Comments
 (0)