Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Jan 7, 2025
1 parent d7faea0 commit d7e8575
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ protected Expression build(Source source, List<Expression> args) {

@Override
protected Matcher<String> expectedTypeErrorMatcher(List<Set<DataType>> validPerPosition, List<DataType> signature) {
return equalTo(typeErrorMessage(true, validPerPosition, signature, (v, p) -> "string"));
return equalTo(typeErrorMessage(false, validPerPosition, signature, (v, p) -> "string"));
}
}

0 comments on commit d7e8575

Please sign in to comment.