Skip to content

Commit

Permalink
Error in tests of string multiplication task
Browse files Browse the repository at this point in the history
Same as pull request jetbrains-academy#11
  • Loading branch information
christianknu authored Sep 16, 2016
1 parent 0487431 commit 75cc01b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions introduction_course_v2/lesson3/task2/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ def test_value():
file = import_task_file()
if file.tenofhellos == "hellohellohellohellohellohellohellohellohellohello":
passed()
failed("Use multiplication")
else:
failed("Use multiplication")

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

test_value()
test_window()
test_window()

0 comments on commit 75cc01b

Please sign in to comment.