Skip to content

Commit

Permalink
fix precision
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase committed Oct 23, 2023
1 parent 75dea45 commit 4e4abb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public void testMultiValuedDocsAsSubAgg() throws IOException {

public void testBoundedMultiValuedDocsAsSubAgg() throws IOException {
int precision = randomPrecision();
testWithSeveralDocsAsSubAgg(LuceneTestCase::rarely, randomBBox(precision), randomPrecision());
testWithSeveralDocsAsSubAgg(LuceneTestCase::rarely, randomBBox(precision), precision);
}

private void testWithSeveralDocsAsSubAgg(BooleanSupplier supplier, GeoBoundingBox bbox, int precision) throws IOException {
Expand Down

0 comments on commit 4e4abb0

Please sign in to comment.