Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Mar 16, 2024
1 parent 9d97a1f commit 6cd2a75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void canCheckKeyAsJsonObjectIfItCanBeParsedToJson() {

@Test
void keySetToKeyStringIfCantBeParsedToJson() {
var f = celScriptFilter("has(record.keyAsText) && record.keyAsText == 'not json' && record.key == 'not json'"); // TODO this one is weird
var f = celScriptFilter("has(record.keyAsText) && record.keyAsText == 'not json' && record.key == 'not json'");
assertTrue(f.test(msg().key("not json")));
}

Expand Down

0 comments on commit 6cd2a75

Please sign in to comment.