Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laglangyue committed Oct 16, 2022
1 parent 4f86020 commit 301932c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void pullImageOK() throws SQLException, ClassNotFoundException, InstantiationExc
}

@TestTemplate
@DisplayName("JDBC-DM end to end test")
@DisplayName("JDBC-Db2 end to end test")
public void testJdbcSourceAndSink(TestContainer container) throws IOException, InterruptedException, SQLException, ClassNotFoundException, InstantiationException, IllegalAccessException {
assertHasData(SOURCE_TABLE);
Container.ExecResult execResult = container.executeJob("/jdbc_db2_source_and_sink.conf");
Expand Down

0 comments on commit 301932c

Please sign in to comment.