Skip to content

Commit 439a6a2

Browse files
committed
use fill_value = 0 in metadata consolidation test
1 parent 1c75689 commit 439a6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_metadata/test_consolidated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ async def test_consolidated_metadata_v2(self):
522522
dtype=dtype,
523523
attributes={"key": "a"},
524524
chunks=(1,),
525-
fill_value=None,
525+
fill_value=0,
526526
compressor=Blosc(),
527527
order="C",
528528
),

0 commit comments

Comments
 (0)