Skip to content

Commit

Permalink
Fix over-aggressive IntelliJ Refactor/Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kderusso committed Dec 10, 2024
1 parent b6b7ab4 commit a989a19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public void testFromJson() throws IOException {
assertEquals(json, 1.08, parsed.innerQuery().boost(), 0.0001);
}

public void testDefaultMaxInterceptAndRewriteBuilder() throws Exception {
public void testDefaultMaxRewriteBuilder() throws Exception {
Query query = QueryBuilders.spanMultiTermQueryBuilder(QueryBuilders.prefixQuery("body", "b"))
.toQuery(createSearchExecutionContext());

Expand Down

0 comments on commit a989a19

Please sign in to comment.