summaryrefslogtreecommitdiff
path: root/python/problems/lists_and_for/contains_42/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems/lists_and_for/contains_42/common.py')
-rw-r--r--python/problems/lists_and_for/contains_42/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/problems/lists_and_for/contains_42/common.py b/python/problems/lists_and_for/contains_42/common.py
index fb2089e..312b601 100644
--- a/python/problems/lists_and_for/contains_42/common.py
+++ b/python/problems/lists_and_for/contains_42/common.py
@@ -73,7 +73,7 @@ def test(python, code):
passed = n_correct == len(test_xs)
hints = [{'id': 'test_results', 'args': {'passed': n_correct, 'total': len(test_xs)}}]
- if tin:
+ if tin != None:
hints.append({'id': 'problematic_test_case', 'args': {'testin': str(tin), 'testout': str(tout)}})
else:
if has_token_sequence(tokens, ['break']):