Skip to content

Commit 1208231

Browse files
committed
minor changes on fited evaluation test
1 parent 56fd816 commit 1208231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/fitted_evaluation_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_negation_handling(self):
7777

7878
result = evaluation_function(response, answer, self.config)
7979

80-
self.assertFalse(result.get("is_correct"))
80+
self.assertTrue(result.get("is_correct"))
8181

8282
def test_performance(self):
8383
"""Ensure that processing time is reasonable."""

0 commit comments

Comments
 (0)