Skip to content

Commit 82b4ea6

Browse files
committed
fix spotless
Signed-off-by: Pei Yu <125331682@qq.com>
1 parent a5f8680 commit 82b4ea6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-mysql/src/test/java/org/apache/flink/cdc/connectors/mysql/source/MySqlTableIdCaseInsensitveITCase.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ public void testParseAlterStatementWhenTableNameAndColumnIsUpper(String tableNam
152152

153153
@ParameterizedTest
154154
@ValueSource(strings = {"products", "uppercase_products"})
155-
public void testSnapshotModeWhenTableNameAndColumnIsUpper(String tableName)
156-
throws Exception {
155+
public void testSnapshotModeWhenTableNameAndColumnIsUpper(String tableName) throws Exception {
157156
env.setParallelism(1);
158157
inventoryDatabase.createAndInitialize();
159158
MySqlSourceConfigFactory configFactory =

0 commit comments

Comments
 (0)