Skip to content

Commit

Permalink
[ci] Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Feb 12, 2024
1 parent 9a5fe42 commit 674488e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void beforeEach() throws Exception {

TestHelper.disableDbCdc(connection);
TestHelper.disableTableCdc(connection, "dbz4321");
connection.execute("DROP TABLE IF EXIST dbz4321");
connection.execute("DROP TABLE IF EXISTS dbz4321");

connection.execute("DELETE FROM ASNCDC.IBMSNAP_REGISTER");

Expand Down

0 comments on commit 674488e

Please sign in to comment.