Skip to content

Commit f2acd35

Browse files
Update test_factorial.py
1 parent 1c9471c commit f2acd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/test_factorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_negative_number(function):
3434

3535

3636
@pytest.mark.parametrize("function", [factorial, factorial_recursive])
37-
def test_non_integer_input(function):
37+
def test_float_number(function):
3838
with pytest.raises(ValueError):
3939
function(1.5)
4040

0 commit comments

Comments
 (0)