We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a444d commit 0c9eca0Copy full SHA for 0c9eca0
exercises/12.1-more_mapping/test.py
@@ -16,7 +16,7 @@ def test_map():
16
@pytest.mark.it("Create the function multiply_by_three")
17
def test_variable_exists(app):
18
try:
19
- app.increment_by_one
+ app.multiply_by_three
20
except AttributeError:
21
raise AttributeError("The function 'multiply_by_three' should exist on app.py")
22
0 commit comments