Skip to content

Commit 38ee2b6

Browse files
d-v-brabernat
andauthored
Update tests/test_dtype/test_npy/test_common.py
Co-authored-by: Ryan Abernathey <[email protected]>
1 parent 7d07a37 commit 38ee2b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_dtype/test_npy/test_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ def test_check_json_intish_float() -> None:
325325
assert check_json_intish_float(0.0)
326326
assert check_json_intish_float(1.0)
327327
assert not check_json_intish_float("0")
328+
assert not check_json_intish_float(1.1)
328329

329330

330331
def test_check_json_str() -> None:

0 commit comments

Comments
 (0)