Skip to content

Commit

Permalink
Fix engine test
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Dec 18, 2023
1 parent 0c883c8 commit 76b78d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ public void testSimple() {

assertThatThrownBy(() -> {
engine.eval(vtlExpression);
}).isInstanceOf(UnimplementedException.class);
}).isInstanceOf(UnsupportedOperationException.class);
}
}

0 comments on commit 76b78d3

Please sign in to comment.