Skip to content

Commit c922dd0

Browse files
committed
fix: warning
1 parent fc8c057 commit c922dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def test_parse_structured_fill_value_valid(
301301
)
302302
@pytest.mark.filterwarnings(
303303
# TODO: Fix handling of string fill values for Zarr v2 bytes data
304-
"ignore:Array is unsupported by ZarrsCodecPipeline. incompatible fill value .eAAAAAAAAA==. for data type bytes:UserWarning"
304+
"ignore:Array is unsupported by ZarrsCodecPipeline. incompatible fill value 0 for data type r56:UserWarning"
305305
)
306306
@pytest.mark.parametrize("fill_value", [None, b"x"], ids=["no_fill", "fill"])
307307
def test_other_dtype_roundtrip(fill_value, tmp_path) -> None:

0 commit comments

Comments
 (0)