Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed Apr 18, 2024
1 parent bbffd11 commit e9005ef
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 @@ -133,7 +133,7 @@ public void testMessageWithNullValue() throws Exception {
KafkaSyncTableAction action =
syncTableActionBuilder(kafkaConfig)
.withPrimaryKeys("id")
.withTableConfig(getBasicTableConfig())
.withTableConfig(getTableConfig(getBasicTableConfig()))
.build();
runActionWithDefaultEnv(action);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ public void testOptionsChangeInExistingTable() throws Exception {
MySqlSyncTableAction action =
syncTableActionBuilder(mySqlConfig)
.withPrimaryKeys("pk")
.withTableConfig(tableConfig)
.withTableConfig(getTableConfig(tableConfig))
.build();
runActionWithDefaultEnv(action);

Expand Down

0 comments on commit e9005ef

Please sign in to comment.