Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase committed Jun 25, 2021
1 parent 1168913 commit 474830c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setup:
- skip:
version: " - 7.2.99"
reason: RareTerms added in 7.3.0
version: " - 7.99.99"
reason: RareTerms threshold added in 8.0
- do:
indices.create:
index: test_1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public abstract class InternalRareTermsTestCase extends InternalMultiBucketAggregationTestCase<InternalRareTerms<?, ?>> {

private long maxDocCount;
private int threshold;
private int threshold = 1;

@Before
public void init() {
Expand Down

0 comments on commit 474830c

Please sign in to comment.