Skip to content

Commit 3f4801b

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent dc4b71b commit 3f4801b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/index/mapper/vectors/SparseVectorFieldMapperTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public void testMappingWithExplicitIndexOptions() throws Exception {
220220

221221
mapper = createDocumentMapper(fieldMapping(this::mappingWithIndexOptionsOnlyPruneTrue));
222222
assertEquals(Strings.toString(fieldMapping(this::mappingWithIndexOptionsOnlyPruneTrue)), mapper.mappingSource().toString());
223-
}
223+
}
224224

225225
public void testDotInFieldName() throws Exception {
226226
DocumentMapper mapper = createDocumentMapper(fieldMapping(this::minimalMapping));

0 commit comments

Comments
 (0)