Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Oct 2, 2024
1 parent bf16ef7 commit d0c466c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/v3/test_metadata/test_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_from_dict_extra_fields() -> None:
attributes={"key": "value"},
shape=(8,),
dtype="float64",
chunk_grid=(8,),
chunks=(8,),
fill_value=0.0,
order="C",
)
Expand Down

0 comments on commit d0c466c

Please sign in to comment.