Skip to content

Commit

Permalink
Fix class name to match code style
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Sep 9, 2020
1 parent cd33b04 commit 3034362
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 @@ -33,7 +33,7 @@
import static io.prestosql.sql.planner.assertions.PlanMatchPattern.window;
import static io.prestosql.testing.TestingSession.testSessionBuilder;

public class TestRecursiveCTE
public class TestRecursiveCte
extends BasePlanTest
{
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatThrownBy;

public class TestRecursiveCTE
public class TestRecursiveCte
{
private QueryAssertions assertions;

Expand Down

0 comments on commit 3034362

Please sign in to comment.