Skip to content

Commit 74b45bb

Browse files
committed
update test_v3_chunk_encoding
1 parent 3588a65 commit 74b45bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,6 +1102,7 @@ async def test_v3_chunk_encoding(
11021102
filters=filters, compressors=compressors, serializer=serializer, dtype=np.dtype(dtype)
11031103
)
11041104
assert arr.filters == filters_expected
1105+
assert arr.serializer == serializer_expected
11051106
assert arr.compressors == compressors_expected
11061107

11071108
@staticmethod

0 commit comments

Comments
 (0)