Skip to content

Commit f30838c

Browse files
committed
fixup test
1 parent 2d0bdd7 commit f30838c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def test_array_info(zarr_format: ZarrFormat) -> None:
7171
Order : C
7272
Read-only : True
7373
Store type : MemoryStore
74-
Codecs : ["BytesCodec(endian=<Endian.little: 'little'>"]""")
74+
Codecs : [{{'endian': <Endian.little: 'little'>}}]""")
7575

7676

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

0 commit comments

Comments
 (0)