Skip to content

Commit 8c73d29

Browse files
committed
Remove irrelevant code
1 parent a6f5e57 commit 8c73d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-cdc-composer/src/test/java/org/apache/flink/cdc/composer/flink/FlinkPipelineTransformITCase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ void testTransformWithTemporalFunction() throws Exception {
951951
execution.execute();
952952

953953
// Check the order and content of all received events
954-
String[] outputEvents = outCaptor.toString().replace("\r\n", "\n").trim().split("\n");
954+
String[] outputEvents = outCaptor.toString().trim().split("\n");
955955

956956
Arrays.stream(outputEvents).forEach(this::extractDataLines);
957957
}

0 commit comments

Comments
 (0)