We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18ee89 commit 356e57eCopy full SHA for 356e57e
exercises/16-Techno_beat/test.py
@@ -10,7 +10,7 @@ def test_variable_exists(app):
10
raise AttributeError("The function lyrics_generator should exist on app.py")
11
12
13
-@pytest.mark.it("Print the strings like song")
+@pytest.mark.it("Print the expected strings")
14
def test_output(capsys, app):
15
import app
16
captured = capsys.readouterr()
0 commit comments