Skip to content

Commit

Permalink
fix test class name
Browse files Browse the repository at this point in the history
  • Loading branch information
not-napoleon committed Mar 21, 2024
1 parent 72af5f1 commit f305b8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import static org.elasticsearch.xpack.ql.tree.Source.EMPTY;
import static org.hamcrest.Matchers.contains;

public class OptimizerRulesTest extends ESTestCase {
public class OptimizerRulesTests extends ESTestCase {
private static final Literal ONE = new Literal(Source.EMPTY, 1, DataTypes.INTEGER);
private static final Literal TWO = new Literal(Source.EMPTY, 2, DataTypes.INTEGER);
private static final Literal THREE = new Literal(Source.EMPTY, 3, DataTypes.INTEGER);
Expand Down

0 comments on commit f305b8f

Please sign in to comment.