Skip to content

Commit 7a619e0

Browse files
committed
fix info tests to use zdtype
1 parent bb11867 commit 7a619e0

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
@@ -65,7 +65,7 @@ def test_array_info(zarr_format: ZarrFormat) -> None:
6565
assert result == textwrap.dedent(f"""\
6666
Type : Array
6767
Zarr format : {zarr_format}
68-
Data type : int32
68+
Data type : Int32(endianness='little')
6969
Shape : (100, 100)
7070
Chunk shape : (10, 100)
7171
Order : C
@@ -106,7 +106,7 @@ def test_array_info_complete(
106106
assert result == textwrap.dedent(f"""\
107107
Type : Array
108108
Zarr format : {zarr_format}
109-
Data type : int32
109+
Data type : Int32(endianness='little')
110110
Shape : (100, 100)
111111
Chunk shape : (10, 100)
112112
Order : C

0 commit comments

Comments
 (0)