Skip to content

Commit

Permalink
fix: rename ExpressionRoundtripTest->ExpressionConvertabilityTest
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyeks committed Jul 18, 2023
1 parent 77a97e1 commit bf5ad8c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
import org.apache.calcite.rel.core.Filter;
import org.junit.jupiter.api.Test;

/** Tests which test that an expression round-trips correctly to and from Calcite expressions. */
public class ExpressionRoundtripTest extends PlanTestBase {
/** Tests which test that an expression can be converted to and from Calcite expressions. */
public class ExpressionConvertabilityTest extends PlanTestBase {
static final TypeCreator R = TypeCreator.of(false);
static final TypeCreator N = TypeCreator.of(true);

Expand Down

0 comments on commit bf5ad8c

Please sign in to comment.