Skip to content

Commit 4f2e84d

Browse files
committed
style
1 parent 9dfe4fc commit 4f2e84d

File tree

1 file changed

+2
-1
lines changed
  • x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin

1 file changed

+2
-1
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin/KnnFunctionIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ public void testKnnWithLookupJoin() {
128128
assertThat(
129129
error.getMessage(),
130130
containsString(
131-
"line 3:13: [KNN] function cannot operate on [lookup_vector], supplied by an index [test_lookup] in non-STANDARD mode [lookup]"
131+
"line 3:13: [KNN] function cannot operate on [lookup_vector], supplied by an index [test_lookup] in non-STANDARD "
132+
+ "mode [lookup]"
132133
)
133134
);
134135
}

0 commit comments

Comments
 (0)