Skip to content

Commit 4691d2b

Browse files
committed
fix tests
1 parent 55c8642 commit 4691d2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/DocsV3SupportTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ public void testRenderingLayoutFromClass() throws Exception {
312312
313313
## `COUNT` [esql-count]
314314
```{applies_to}
315-
stack: coming
315+
stack: ga 9.1.0
316316
```
317317
318318
**Syntax**
@@ -415,7 +415,7 @@ public static class TestClass extends Function {
415415
file = "stats",
416416
tag = "count-or-null"
417417
) },
418-
appliesTo = { @FunctionAppliesTo(lifeCycle = FunctionAppliesToLifecycle.COMING, version = "9.1.0") }
418+
appliesTo = { @FunctionAppliesTo(lifeCycle = FunctionAppliesToLifecycle.GA, version = "9.1.0") }
419419
)
420420
public TestClass(Source source, @Param(name = "str", type = { "keyword", "text" }, description = """
421421
String expression. If `null`, the function returns `null`.

0 commit comments

Comments
 (0)