Skip to content

Commit 75cc01b

Browse files
authored
Error in tests of string multiplication task
Same as pull request jetbrains-academy#11
1 parent 0487431 commit 75cc01b

File tree

1 file changed

+3
-2
lines changed
  • introduction_course_v2/lesson3/task2

1 file changed

+3
-2
lines changed

introduction_course_v2/lesson3/task2/tests.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ def test_value():
55
file = import_task_file()
66
if file.tenofhellos == "hellohellohellohellohellohellohellohellohellohello":
77
passed()
8-
failed("Use multiplication")
8+
else:
9+
failed("Use multiplication")
910

1011
def test_window():
1112
window = get_answer_placeholders()[0]
@@ -18,4 +19,4 @@ def test_window():
1819
run_common_tests("You should modify the file")
1920

2021
test_value()
21-
test_window()
22+
test_window()

0 commit comments

Comments
 (0)