Skip to content

Commit 7b43cab

Browse files
committed
Fix yet another length assertion
1 parent 1b8d203 commit 7b43cab

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
@@ -178,4 +178,4 @@ setup:
178178
- gt: {esql.functions.to_long: $functions_to_long}
179179
- match: {esql.functions.coalesce: $functions_coalesce}
180180
- gt: {esql.functions.categorize: $functions_categorize}
181-
- length: {esql.functions: 134} # check the "sister" test above for a likely update to the same esql.functions length check
181+
- length: {esql.functions: 131} # check the "sister" test above for a likely update to the same esql.functions length check

0 commit comments

Comments
 (0)