Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhant Deshmukh <[email protected]>
  • Loading branch information
deshsidd committed Oct 9, 2023
1 parent 2634bfe commit f8631f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ protected static QueryShardContext createShardContext() {
protected static QueryBuilderVisitor createTestVisitor(List<QueryBuilder> visitedQueries) {
return new QueryBuilderVisitor() {
@Override
public void accept(QueryBuilder qb) {
public void accept(QueryBuilder qb, int level) {
visitedQueries.add(qb);
}

Expand Down

0 comments on commit f8631f3

Please sign in to comment.