Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liunaijie committed Mar 12, 2024
1 parent 12354e6 commit ac2a2f3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

import org.apache.seatunnel.e2e.common.container.EngineType;
import org.apache.seatunnel.e2e.common.container.TestContainer;

import org.apache.seatunnel.e2e.common.junit.DisabledOnContainer;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.TestTemplate;
import org.testcontainers.containers.Container;
Expand Down Expand Up @@ -70,5 +70,4 @@ public void testInnerQuery(TestContainer container) throws IOException, Interrup
container.executeJob("/sql_transform/inner_query.conf");
Assertions.assertEquals(0, innerQuerySql.getExitCode());
}

}

0 comments on commit ac2a2f3

Please sign in to comment.