Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
  • Loading branch information
bowenlan-amzn committed Apr 21, 2024
1 parent 02f5c14 commit 76dcb65
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,6 @@ public void testNanosIntervalSecond() throws IOException {
aggregation -> aggregation.calendarInterval(DateHistogramInterval.SECOND).field(AGGREGABLE_DATE).minDocCount(1L),
histogram -> {
List<? extends Histogram.Bucket> buckets = histogram.getBuckets();
System.out.println(buckets);
assertEquals(3, buckets.size());

Histogram.Bucket bucket = buckets.get(0);
Expand Down

0 comments on commit 76dcb65

Please sign in to comment.