Skip to content

Commit

Permalink
where filter factory test
Browse files Browse the repository at this point in the history
nbauernfeind committed Jun 12, 2024
1 parent 18a8ab7 commit 804d950
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -59,9 +59,10 @@ public void testInComplex() {

try {
filter.init(tableDef);
} catch (IllegalArgumentException e) {
} catch (FormulaCompilationException e) {
assertEquals(e.getMessage(),
"Failed to convert literal value <1> for column \"Maturity\" of type java.lang.String");
"Formula compilation error for: Maturity in amExpiry,1 , \"AGAIN\" ");

}
}

0 comments on commit 804d950

Please sign in to comment.