summaryrefslogtreecommitdiff
path: root/prolog/problems/family_relations/father_2/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'prolog/problems/family_relations/father_2/common.py')
-rw-r--r--prolog/problems/family_relations/father_2/common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/prolog/problems/family_relations/father_2/common.py b/prolog/problems/family_relations/father_2/common.py
index 6e752c3..22c9b48 100644
--- a/prolog/problems/family_relations/father_2/common.py
+++ b/prolog/problems/family_relations/father_2/common.py
@@ -53,8 +53,8 @@ def test(program, solved_problems):
if engine_id:
prolog.engine.destroy(engine_id)
- passed = n_correct == len(test_in)
- hints = [{'id': 'test_results', 'args': {'passed': n_correct, 'total': len(test_in)}}]
+ passed = n_correct == len(test_cases)
+ hints = [{'id': 'test_results', 'args': {'passed': n_correct, 'total': len(test_cases)}}]
return passed, hints
def hint(program, solved_problems):