We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248b12e commit 2163f50Copy full SHA for 2163f50
tests/test_custom_type_casters.py
@@ -59,7 +59,7 @@ def test_noconvert_args(msg):
59
60
assert m.ints_preferred(4) == 2
61
assert m.ints_preferred(True) == 0
62
- m.ints_preferred(4.0) == 2
+ assert m.ints_preferred(4.0) == 2
63
64
assert m.ints_only(4) == 2
65
with pytest.raises(TypeError) as excinfo:
0 commit comments