Skip to content

Commit fdb8aed

Browse files
committed
Make the test to actually raise an error
1 parent 782af64 commit fdb8aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ndarray/test_zeros.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
(2**31 - 1,),
5252
(2**30,),
5353
None,
54-
np.int8,
54+
np.float32,
5555
{"codec": blosc2.Codec.LZ4, "clevel": 5, "nthreads": 2},
5656
None,
5757
False,

0 commit comments

Comments
 (0)