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:
2439
2439
with warnings .catch_warnings ():
2440
2440
warnings .filterwarnings (
2441
2441
"ignore" ,
2442
- message = ".*Zarr version 3 specification.*" ,
2442
+ message = ".*Zarr format 3 specification.*" ,
2443
2443
category = UserWarning ,
2444
2444
)
2445
2445
with self .roundtrip (original , open_kwargs = kwargs ) as actual :
@@ -2988,7 +2988,7 @@ def test_no_warning_from_open_emptydim_with_chunks(self) -> None:
2988
2988
with warnings .catch_warnings ():
2989
2989
warnings .filterwarnings (
2990
2990
"ignore" ,
2991
- message = ".*Zarr version 3 specification.*" ,
2991
+ message = ".*Zarr format 3 specification.*" ,
2992
2992
category = UserWarning ,
2993
2993
)
2994
2994
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