Skip to content

Commit 1a0ff3d

Browse files
authored
Apply test fix from #129569 (#132180)
1 parent 65e2c3f commit 1a0ff3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalPhysicalPlanOptimizerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1922,7 +1922,7 @@ protected FullTextFunctionTestCase(Class<? extends FullTextFunction> fullTextFun
19221922
}
19231923

19241924
protected FullTextFunctionTestCase(Class<? extends FullTextFunction> fullTextFunction) {
1925-
this(fullTextFunction, randomFrom("text", "keyword"), randomAlphaOfLengthBetween(1, 10));
1925+
this(fullTextFunction, randomFrom("text", "keyword"), randomAlphaOfLengthBetween(5, 10));
19261926
}
19271927

19281928
public Class<? extends FullTextFunction> fullTextFunction() {

0 commit comments

Comments
 (0)