Skip to content

Commit 6429eec

Browse files
committed
Fixed release function count
1 parent 8c3b1b6 commit 6429eec

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql

1 file changed

+1
-1
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ setup:
225225
- gt: {esql.functions.to_long: $functions_to_long}
226226
- match: {esql.functions.coalesce: $functions_coalesce}
227227
- gt: {esql.functions.categorize: $functions_categorize}
228-
- length: {esql.functions: 142} # check the "sister" test above for a likely update to the same esql.functions length check
228+
- length: {esql.functions: 148} # check the "sister" test above for a likely update to the same esql.functions length check
229229

230230
---
231231
took:

0 commit comments

Comments
 (0)