Skip to content

Commit

Permalink
Fix AdjacencyMatrixIT - no failures in 10 iters
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Singh <ssashish@amazon.com>
  • Loading branch information
ashking94 committed Sep 2, 2023
1 parent f64c4fa commit 27015e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@

public class AdjacencyMatrixIT extends OpenSearchIntegTestCase {

static int numDocs, numSingleTag1Docs, numSingleTag2Docs, numTag1Docs, numTag2Docs, numMultiTagDocs;
static final int MAX_NUM_FILTERS = 3;
int numDocs, numSingleTag1Docs, numSingleTag2Docs, numTag1Docs, numTag2Docs, numMultiTagDocs;
final int MAX_NUM_FILTERS = 3;

@Before
public void setupTest() throws Exception {
Expand Down

0 comments on commit 27015e4

Please sign in to comment.