Skip to content

Commit 89986fa

Browse files
committed
fix testcase
Signed-off-by: Pei Yu <125331682@qq.com>
1 parent 1e79a34 commit 89986fa

1 file changed

Lines changed: 2 additions & 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/MySqlPipelineITCase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ void testSqlInjection() throws Exception {
292292
+ " (default,\"hammer\",\"14oz carpenter's hammer\",0.875),\n"
293293
+ " (default,\"hammer\",\"16oz carpenter's hammer\",1.0),\n"
294294
+ " (default,\"rocks\",\"box of assorted rocks\",5.3),\n"
295-
+ " (default,\"jacket\",\"water resistent black wind breaker\",0.1),\n"
295+
+ " (default,\"jacket\",\"water resistant black wind breaker\",0.1),\n"
296296
+ " (default,\"spare tire\",\"24 inch spare tire\",22.2);",
297297
StatementUtils.quote(inventoryDatabase.getDatabaseName()),
298298
StatementUtils.quote(sqlInjectionTable)));
@@ -1835,7 +1835,7 @@ private List<Event> getSnapshotExpected(TableId tableId) {
18351835
108,
18361836
BinaryStringData.fromString("jacket"),
18371837
BinaryStringData.fromString(
1838-
"water resistent black wind breaker"),
1838+
"water resistant black wind breaker"),
18391839
0.1f
18401840
})));
18411841
snapshotExpected.add(

0 commit comments

Comments
 (0)