You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/fulltext/MatchOperatorTests.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,12 @@ public MatchOperatorTests(@Name("TestCase") Supplier<TestCaseSupplier.TestCase>
30
30
31
31
@ParametersFactory
32
32
publicstaticIterable<Object[]> parameters() {
33
-
// Have a minimal test so that we can generate the docs
33
+
// Have a minimal test so that we can generate the appropriate types in the docs
0 commit comments