Skip to content

Commit 356e57e

Browse files
authored
Update test.py
1 parent b18ee89 commit 356e57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/16-Techno_beat/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def test_variable_exists(app):
1010
raise AttributeError("The function lyrics_generator should exist on app.py")
1111

1212

13-
@pytest.mark.it("Print the strings like song")
13+
@pytest.mark.it("Print the expected strings")
1414
def test_output(capsys, app):
1515
import app
1616
captured = capsys.readouterr()

0 commit comments

Comments
 (0)