Skip to content

Commit

Permalink
ES|QL: Fix funciton Telemetry tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luigidellaquila committed Nov 8, 2024
1 parent e2c29f5 commit ec3d74a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ setup:
- match: {esql.functions.cos: $functions_cos}
- gt: {esql.functions.to_long: $functions_to_long}
- match: {esql.functions.coalesce: $functions_coalesce}
- length: {esql.functions: 118} # check the "sister" test above for a likely update to the same esql.functions length check
- length: {esql.functions: 116} # check the "sister" test above for a likely update to the same esql.functions length check

0 comments on commit ec3d74a

Please sign in to comment.