Skip to content

Commit

Permalink
Fix jacoco coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
acarbonetto committed Jan 17, 2025
1 parent ab9be75 commit 788be9d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ void json_returnsScalar() {
assertEquals(new ExprDoubleValue(12.34), DSL.stringToJson(DSL.literal("12.34")).valueOf());

assertEquals(LITERAL_TRUE, DSL.stringToJson(DSL.literal("true")).valueOf());
assertEquals(LITERAL_FALSE, DSL.stringToJson(DSL.literal("false")).valueOf());

assertEquals(LITERAL_NULL, DSL.stringToJson(DSL.literal("null")).valueOf());

Expand Down

0 comments on commit 788be9d

Please sign in to comment.