Skip to content

Commit 627a961

Browse files
committed
negative
1 parent 456b36f commit 627a961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/fuel/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ def test_convert():
2525

2626
@check50.check(test_correct)
2727
def test_value_error():
28-
"""test_fuel catches fuel.py not raising ValueError in convert (1/2)"""
28+
"""test_fuel catches fuel.py not raising ValueError in convert"""
2929
test_implementation("value_error_test", code=1)
3030

3131

3232
@check50.check(test_correct)
3333
def test_negative_fraction_error():
34-
"""test_fuel catches fuel.py not raising ValueError in convert (2/2)"""
34+
"""test_fuel catches fuel.py not raising ValueError in convert for negative fractions"""
3535
test_implementation("negative_fraction_test", code=1)
3636

3737

0 commit comments

Comments
 (0)