Skip to content

Commit

Permalink
Remove irrelevant code
Browse files Browse the repository at this point in the history
  • Loading branch information
aiwenmo committed Jan 22, 2025
1 parent bd83f0d commit 768273e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ void testTransformWithTemporalFunction() throws Exception {
execution.execute();

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

Arrays.stream(outputEvents).forEach(this::extractDataLines);
}
Expand Down

0 comments on commit 768273e

Please sign in to comment.