diff --git a/cel_expr_python/cel_test.py b/cel_expr_python/cel_test.py index 9eb6100..861a2d2 100644 --- a/cel_expr_python/cel_test.py +++ b/cel_expr_python/cel_test.py @@ -803,7 +803,7 @@ def testCompilationErrorHandling(self): self.env.compile("'Hello,' # 'World!'", disable_check=True) if self.options.enable_pratt_parser: self.assertIn( - "1:10: unexpected character\n" + "1:10: Syntax error: unexpected character\n" " | 'Hello,' # 'World!'\n" " | .........^", str(e.exception),