Skip to content

Commit

Permalink
fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Nov 11, 2024
1 parent 2d0bdd7 commit f30838c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_array_info(zarr_format: ZarrFormat) -> None:
Order : C
Read-only : True
Store type : MemoryStore
Codecs : ["BytesCodec(endian=<Endian.little: 'little'>"]""")
Codecs : [{{'endian': <Endian.little: 'little'>}}]""")


@pytest.mark.parametrize("zarr_format", ZARR_FORMATS)
Expand Down Expand Up @@ -110,7 +110,7 @@ def test_array_info_complete(
Order : C
Read-only : True
Store type : MemoryStore
Codecs : ["BytesCodec(endian=<Endian.little: 'little'>"]
Codecs : [{{'endian': <Endian.little: 'little'>}}]
No. bytes : {count_bytes} ({count_bytes_formatted})
No. bytes stored : {count_bytes_stored_formatted}
Storage ratio : {storage_ratio_formatted}
Expand Down

0 comments on commit f30838c

Please sign in to comment.