File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2439,7 +2439,7 @@ def test_warning_on_bad_chunks(self) -> None:
24392439 with warnings .catch_warnings ():
24402440 warnings .filterwarnings (
24412441 "ignore" ,
2442- message = ".*Zarr version 3 specification.*" ,
2442+ message = ".*Zarr format 3 specification.*" ,
24432443 category = UserWarning ,
24442444 )
24452445 with self .roundtrip (original , open_kwargs = kwargs ) as actual :
@@ -2988,7 +2988,7 @@ def test_no_warning_from_open_emptydim_with_chunks(self) -> None:
29882988 with warnings .catch_warnings ():
29892989 warnings .filterwarnings (
29902990 "ignore" ,
2991- message = ".*Zarr version 3 specification.*" ,
2991+ message = ".*Zarr format 3 specification.*" ,
29922992 category = UserWarning ,
29932993 )
29942994 with self .roundtrip (ds , open_kwargs = dict (chunks = {"a" : 1 })) as ds_reload :
You can’t perform that action at this time.
0 commit comments