Skip to content

Commit 59d5833

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 6ea41e2 commit 59d5833

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,13 +1478,7 @@ public void testSparseVectorIndexOptionsDefaultsBeforeSupport() throws IOExcepti
14781478
IndexVersionUtils.getPreviousVersion(IndexVersions.SPARSE_VECTOR_PRUNING_INDEX_OPTIONS_SUPPORT)
14791479
);
14801480

1481-
assertSemanticTextField(
1482-
mapperService,
1483-
"field",
1484-
true,
1485-
null,
1486-
null
1487-
);
1481+
assertSemanticTextField(mapperService, "field", true, null, null);
14881482
}
14891483

14901484
public void testSpecifiedDenseVectorIndexOptions() throws IOException {

0 commit comments

Comments
 (0)