Skip to content

Commit 151796f

Browse files
committed
fix test_special_float_fill_values
1 parent de8f5b1 commit 151796f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_metadata/test_v3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ async def test_special_float_fill_values(fill_value: str) -> None:
382382
"chunk_grid": {"name": "regular", "configuration": {"chunk_shape": (1,)}},
383383
"data_type": "float64",
384384
"chunk_key_encoding": {"name": "default", "separator": "."},
385-
"codecs": [{"name": "bytes"}],
385+
"codecs": [{"name": "bytes", "configuration": {"endian": "little"}}],
386386
"fill_value": fill_value, # this is not a valid fill value for uint8
387387
}
388388
m = ArrayV3Metadata.from_dict(metadata_dict)

0 commit comments

Comments
 (0)