Skip to content

Commit 77944ba

Browse files
authored
Update test.py
1 parent 1169f9e commit 77944ba

File tree

1 file changed

+1
-1
lines changed
  • exercises/19-Bottles-Of-Milk

1 file changed

+1
-1
lines changed

exercises/19-Bottles-Of-Milk/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_function_spin_chamber(capsys, app):
2525
regex = r"number_of_bottles\(\)"
2626
assert re.match(regex, content[my_printCallVar])
2727

28-
@pytest.mark.it('The function must return the expected output')
28+
@pytest.mark.it('The function must print the expected output')
2929
def test_for_function_output(capsys):
3030
number_of_bottles()
3131
captured = capsys.readouterr()

0 commit comments

Comments
 (0)