Skip to content

Commit

Permalink
Remove incorrect assertion in float test (fox-it#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamper authored Feb 1, 2024
1 parent 9a6829b commit 09ed812
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_fieldtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,7 @@ def test_float():

# invalid float
with pytest.raises(ValueError):
with pytest.deprecated_call():
r = TestRecord("abc")
r = TestRecord("abc")


def test_uri_type():
Expand Down

0 comments on commit 09ed812

Please sign in to comment.