Skip to content

Commit 7d07a37

Browse files
committed
correct test
1 parent 101cc04 commit 7d07a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dtype/test_npy/test_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def test_check_json_int() -> None:
322322

323323

324324
def test_check_json_intish_float() -> None:
325-
assert check_json_intish_float(0)
325+
assert check_json_intish_float(0.0)
326326
assert check_json_intish_float(1.0)
327327
assert not check_json_intish_float("0")
328328

0 commit comments

Comments
 (0)