diff --git a/tests/test_api.py b/tests/test_api.py index 69bf2440e..6d9eb0e88 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -149,7 +149,7 @@ def test_save(store: Store, n_args: int, n_kwargs: int) -> None: assert isinstance(array, Array) assert_array_equal(array[:], data) else: - save(store, *args, **kwargs) # type: ignore[arg-type] + save(store, *args, **kwargs) # type: ignore[arg-type] group = open(store) assert isinstance(group, Group) for array in group.array_values():