Skip to content

Commit ff361de

Browse files
committed
Fix off-by-one error reported in elastic#118051
1 parent 591f96c commit ff361de

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
@@ -163,4 +163,4 @@ setup:
163163
- match: {esql.functions.cos: $functions_cos}
164164
- gt: {esql.functions.to_long: $functions_to_long}
165165
- match: {esql.functions.coalesce: $functions_coalesce}
166-
- length: {esql.functions: 123} # check the "sister" test above for a likely update to the same esql.functions length check
166+
- length: {esql.functions: 124} # check the "sister" test above for a likely update to the same esql.functions length check

0 commit comments

Comments
 (0)