Skip to content

Commit dd22a98

Browse files
committed
fix info test
1 parent 0252ac3 commit dd22a98

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
@@ -74,7 +74,7 @@ def test_array_info(zarr_format: ZarrFormat) -> None:
7474
Read-only : True
7575
Store type : MemoryStore
7676
Filters : ()
77-
Serializer : BytesCodec(endian='little')
77+
Serializer : BytesCodec(endian=<Endian.little: 'little'>)
7878
Compressors : ()""")
7979

8080

@@ -117,7 +117,7 @@ def test_array_info_complete(
117117
Read-only : True
118118
Store type : MemoryStore
119119
Filters : ()
120-
Serializer : BytesCodec(endian='little')
120+
Serializer : BytesCodec(endian=<Endian.little: 'little'>)
121121
Compressors : ()
122122
No. bytes : {count_bytes} ({count_bytes_formatted})
123123
No. bytes stored : {count_bytes_stored} ({count_bytes_stored_formatted})

0 commit comments

Comments
 (0)