Skip to content

Commit b0bfecc

Browse files
Fix test
1 parent 2a673b3 commit b0bfecc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalPhysicalPlanOptimizerTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,8 +1680,7 @@ public void testMultiMatchOptionsPushDown() {
16801680
.maxExpansions(10)
16811681
.minimumShouldMatch("3")
16821682
.prefixLength(20)
1683-
.tieBreaker(1.0f)
1684-
.boost(0.0f); // TODO: why are we getting boost=0.0 in the actual above?
1683+
.tieBreaker(1.0f);
16851684
assertThat(expectedQuery.toString(), is(planStr.get()));
16861685
}
16871686

0 commit comments

Comments
 (0)