Skip to content

Commit

Permalink
Update the number of functions in telemetry.
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed Nov 25, 2024
1 parent f88fc8f commit 680014a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ setup:
- gt: {esql.functions.to_long: $functions_to_long}
- match: {esql.functions.coalesce: $functions_coalesce}
# Testing for the entire function set isn't feasbile, so we just check that we return the correct count as an approximation.
- length: {esql.functions: 121} # check the "sister" test below for a likely update to the same esql.functions length check
- length: {esql.functions: 122} # check the "sister" test below for a likely update to the same esql.functions length check

---
"Basic ESQL usage output (telemetry) non-snapshot version":
Expand Down

0 comments on commit 680014a

Please sign in to comment.