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 0487431 commit 75cc01bCopy full SHA for 75cc01b
introduction_course_v2/lesson3/task2/tests.py
@@ -5,7 +5,8 @@ def test_value():
5
file = import_task_file()
6
if file.tenofhellos == "hellohellohellohellohellohellohellohellohellohello":
7
passed()
8
- failed("Use multiplication")
+ else:
9
+ failed("Use multiplication")
10
11
def test_window():
12
window = get_answer_placeholders()[0]
@@ -18,4 +19,4 @@ def test_window():
18
19
run_common_tests("You should modify the file")
20
21
test_value()
- test_window()
22
+ test_window()
0 commit comments