Skip to content

Commit

Permalink
make up unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xjzon committed Oct 24, 2021
1 parent 145e9b8 commit 8ad7a62
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -67,7 +67,7 @@ public void cacheExpressionBasedOnConcreteType() {
}

private void hasParsedExpression(String expression) {
verify(expressionEvaluator.getParser(), times(1)).parseExpression(expression);
verify(expressionEvaluator.getParser(), times(1)).parseExpression(expression, null);
}

private static class TestExpressionEvaluator extends CachedExpressionEvaluator {
Expand Down

0 comments on commit 8ad7a62

Please sign in to comment.