Skip to content

Commit

Permalink
fix regression test too
Browse files Browse the repository at this point in the history
  • Loading branch information
seawinde committed Oct 9, 2024
1 parent 1a70d96 commit d6d93de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
import java.nio.file.Path;
import java.util.List;

public class CreateTableColumnInfoTest {
public class CreateTableInfoTest {
private Env env;

private FakeEnv fakeEnv;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import java.util.ArrayList;
import java.util.List;

public class RefreshExternalTableColumnInfoTest {
public class RefreshExternalTableInfoTest {
private Env env;

private FakeEnv fakeEnv;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.nio.file.Files;
import java.nio.file.Path;

public class TableColumnInfoTest {
public class TableInfoTest {
@Test
public void testSerialization() throws IOException, AnalysisException {
// 1. Write objects to file
Expand Down

0 comments on commit d6d93de

Please sign in to comment.