Skip to content

Commit 1aa575d

Browse files
committed
Add expected blank line
1 parent dca8496 commit 1aa575d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zarr/tests/test_indexing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ def test_fancy_indexing_doesnt_mix_with_slicing():
322322
z[[1, 2, 3], :], 0
323323
)
324324

325+
325326
def test_fancy_indexing_doesnt_mix_with_implicit_slicing():
326327
z2 = zarr.zeros((5, 5, 5))
327328
with pytest.raises(IndexError):

0 commit comments

Comments
 (0)