Skip to content

Commit

Permalink
Fix build tests failure
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
  • Loading branch information
deshsidd committed Oct 19, 2023
1 parent 2c02397 commit 1580ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.when;

final class SearchQueryCategorizerTests extends OpenSearchTestCase {
public final class SearchQueryCategorizerTests extends OpenSearchTestCase {

private MetricsRegistry metricsRegistry;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import static org.junit.Assert.assertEquals;

final class QueryShapeVisitorTests extends OpenSearchTestCase {
public final class QueryShapeVisitorTests extends OpenSearchTestCase {
public void testQueryShapeVisitor() {
QueryBuilder builder = new BoolQueryBuilder().must(new TermQueryBuilder("foo", "bar"))
.filter(new ConstantScoreQueryBuilder(new RangeQueryBuilder("timestamp").from("12345677").to("2345678")))
Expand Down

0 comments on commit 1580ede

Please sign in to comment.