Skip to content

Commit d15cea5

Browse files
Merge pull request #6 from lambda-feedback/tr-152-custum-feedback-for-incorrect-response
Fixed typo in test
2 parents b3f16d5 + 1306e16 commit d15cea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/evaluation_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_2D_incorrect_with_custom_feedback(self):
118118
response = [[1, 1], [1, 1]]
119119
answer = [[1, 1], [1, 0]]
120120

121-
response = evaluation_function(response, answer, {"feedback_for_incorrect_case": "Custom feedback"})
121+
response = evaluation_function(response, answer, {"feedback_for_incorrect_response": "Custom feedback"})
122122

123123
self.assertEqual(response.get("is_correct"), False)
124124
self.assertEqual(response["feedback"], "Custom feedback")

0 commit comments

Comments
 (0)