Skip to content

Commit e82e3db

Browse files
committed
fix case
1 parent 10056a1 commit e82e3db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paimon-flink/paimon-flink-cdc/src/test/java/org/apache/paimon/flink/pipeline/cdc/schema/PaimonMetadataApplierTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ void testAddColumnWithPosition() throws Catalog.TableNotExistException, SchemaEv
524524
public void testCreateTableWithComment()
525525
throws Catalog.TableNotExistException, SchemaEvolveException {
526526
String databaseName = "test_" + UUID.randomUUID();
527-
TableId tableId = TableId.tableId(databaseName, "test.table_with_comment");
527+
TableId tableId = TableId.tableId(databaseName, "table_with_comment");
528528
CreateTableEvent createTableEvent =
529529
new CreateTableEvent(
530530
tableId,

0 commit comments

Comments
 (0)