Skip to content

Commit

Permalink
Update server/src/internalClusterTest/java/org/elasticsearch/search/a…
Browse files Browse the repository at this point in the history
…ggregations/bucket/RangeIT.java

Co-authored-by: Benjamin Trent <[email protected]>
  • Loading branch information
iverase and benwtrent authored Nov 11, 2023
1 parent 2c0cb57 commit 09aa5d8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ public void testSingleValueField() throws Exception {
range("range").field(SINGLE_VALUED_FIELD_NAME).addUnboundedTo(3).addRange(3, 6).addUnboundedFrom(6)
),
response -> {
;
Range range = response.getAggregations().get("range");
assertThat(range, notNullValue());
assertThat(range.getName(), equalTo("range"));
Expand Down

0 comments on commit 09aa5d8

Please sign in to comment.