Skip to content

Commit 1460038

Browse files
committed
Update test to test correct options
1 parent 998b3b9 commit 1460038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/mapper/SemanticTextFieldMapperTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ public void testDefaultIndexOptions() throws IOException {
11851185
IndexVersions.INFERENCE_METADATA_FIELDS,
11861186
IndexVersionUtils.getPreviousVersion(IndexVersions.SEMANTIC_TEXT_DEFAULTS_TO_BBQ)
11871187
);
1188-
assertSemanticTextField(mapperService, "field", true, null, SemanticTextFieldMapper.defaultSemanticDenseIndexOptions());
1188+
assertSemanticTextField(mapperService, "field", true, null, defaultDenseVectorIndexOptions());
11891189

11901190
}
11911191

0 commit comments

Comments
 (0)