Skip to content

Commit

Permalink
Fix type test factorial2
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Jun 3, 2024
1 parent 0a33bf7 commit 128edbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iodata/test/test_overlap.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_integer_arguments():

def test_float_arguments():
with pytest.raises(TypeError):
assert factorial2(1.0)
factorial2(1.0)


def test_integer_array_argument():
Expand Down

0 comments on commit 128edbb

Please sign in to comment.