Skip to content

Commit 768a513

Browse files
committed
revert unneeded change
1 parent 571c2ca commit 768a513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/src/main/java/org/elasticsearch/index/mapper/MapperTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ public void testBoostNotAllowed() throws IOException {
519519
MapperParsingException e = expectThrows(
520520
MapperParsingException.class,
521521
() -> createMapperService(boostNotAllowedIndexVersion(), fieldMapping(b -> {
522-
minimalMapping(b, boostNotAllowedIndexVersion());
522+
minimalMapping(b);
523523
b.field("boost", 2.0);
524524
}))
525525
);

0 commit comments

Comments
 (0)