Skip to content

Commit

Permalink
[orx-expression-evaluator] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR committed Jan 15, 2025
1 parent 3c9acc4 commit 5daa91b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ class TestExpressionErrors {
val expression = "notExisting + 4"
invoking {
evaluateExpression(expression)
} `should throw` ExpressionException::class `with message` "error in evaluation of 'notExisting+4': unresolved variable: 'notExisting'"
} `should throw` ExpressionException::class `with message` "error in evaluation of 'notExisting+4': unresolved value: 'notExisting'. available values: {}"
}
}

0 comments on commit 5daa91b

Please sign in to comment.