Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
brokkoli71 committed Oct 23, 2024
1 parent f0cea69 commit 961eb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1006,4 +1006,4 @@ async def test_metadata_validation_error() -> None:
def test_zarr_save(store: Store) -> None:
a = np.arange(1000).reshape(10, 10, 10)
zarr.save(StorePath(store), a, mode="w")
assert_array_equal(zarr.load(store)[...], a) # type: ignore[index]
assert_array_equal(zarr.load(store)[...], a) # type: ignore[index]

0 comments on commit 961eb60

Please sign in to comment.