Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 356e57e

Browse files
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /