Skip to content

Commit 14ba3b0

Browse files
committed
Fix test
1 parent 67cbb84 commit 14ba3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public DenseVectorFieldTypeIT(
8484
@Name("synthetic") boolean synthetic
8585
) {
8686
this.elementType = elementType;
87-
this.similarity = similarity == null ? null : similarity;
87+
this.similarity = similarity;
8888
this.index = index;
8989
this.synthetic = synthetic;
9090
}

0 commit comments

Comments
 (0)