Skip to content

Commit 4622b8b

Browse files
committed
update importerror test
1 parent 2ab0e09 commit 4622b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/tests/test_zarr3_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def test_zarr3_import():
7-
ERROR_MESSAGE_MATCH = "zarr 3.0.0 or later.*"
7+
ERROR_MESSAGE_MATCH = "zarr 3.1.3 or later.*"
88

99
try:
1010
import zarr # noqa: F401

0 commit comments

Comments
 (0)