Skip to content

Commit

Permalink
address the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbempel committed Jul 16, 2024
1 parent 7e2a568 commit f233fe6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ static class Obj {
@Test
public void predicates() {
ValueScript valueScript = loadFromResource("/test_value_expr_01.json");
valueScript.execute(RefResolverHelper.createResolver(new Obj()));
assertEquals(
Boolean.TRUE, valueScript.execute(RefResolverHelper.createResolver(new Obj())).getValue());
}

@Test
Expand Down

0 comments on commit f233fe6

Please sign in to comment.