Skip to content

Commit ae84fbd

Browse files
committed
Fixed broken test
1 parent 4313844 commit ae84fbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/tests/symbolic_evaluation_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def test_invalid_author_expression(self):
227227
answer = "3x"
228228
e = None
229229
with pytest.raises(Exception) as e:
230-
evaluation_function(response, answer, {})
230+
evaluation_function(response, answer, {"strict_syntax": True})
231231
assert e is not None
232232

233233
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)