Skip to content

Commit

Permalink
clean up & tests
Browse files Browse the repository at this point in the history
remove assertions from tests
  • Loading branch information
cooffeeRequired committed Feb 1, 2025
1 parent 46de877 commit b94e885
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public Class<? extends JsonElement> getReturnType() {
@Override
public @NotNull String toString(@Nullable Event event, boolean b) {
if (line == 0) {
assert event != null;
return "get json " + storedKeyExpr.toString(event, b);
} else {
return "all jsons";
Expand Down

0 comments on commit b94e885

Please sign in to comment.