Skip to content

Commit 00d2692

Browse files
committed
Fix cut-n-paste error in test_utils.py
1 parent abc3300 commit 00d2692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zarr/tests/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_normalize_dimension_separator():
1818
assert '/' == normalize_dimension_separator('/')
1919
assert '.' == normalize_dimension_separator('.')
2020
with pytest.raises(ValueError):
21-
normalize_shape('X')
21+
normalize_dimension_separator('X')
2222

2323

2424
def test_normalize_shape():

0 commit comments

Comments
 (0)