Skip to content

Commit

Permalink
Update seatunnel-e2e/seatunnel-core-e2e/seatunnel-starter-e2e/src/tes…
Browse files Browse the repository at this point in the history
…t/java/org/apache/seatunnel/core/starter/seatunnel/SeaTunnelConnectorTest.java
  • Loading branch information
Hisoka-X authored Apr 9, 2024
1 parent 89826f7 commit b7b8ab5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ private void checkResultForCase1(Container.ExecResult execResult) {
String sinkStr = StringUtils.EMPTY;
String transformStr = StringUtils.EMPTY;
for (int i = 0; i < lines.length; i++) {
// 如果是"Source",则将后面的内容作为source字符串
if (lines[i].equalsIgnoreCase(PluginType.SOURCE.getType())) {
sourcesStr =
StringUtils.capitalize(PluginType.SOURCE.getType())
Expand Down

0 comments on commit b7b8ab5

Please sign in to comment.