Skip to content

Commit 7abf6df

Browse files
committed
Add a commit to a test
1 parent 102e97f commit 7abf6df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/executeMany2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ describe('172. executeMany2.js', function() {
7171
await conn.execute(
7272
`BEGIN EXECUTE IMMEDIATE 'DROP TABLE "${schema}"."NODB_TAB_SALES"'; EXCEPTION WHEN OTHERS THEN IF SQLCODE <> -942 THEN RAISE; END IF; END; `
7373
);
74+
await conn.commit();
7475
await conn.close();
7576
} catch(err) {
7677
should.not.exist(err);

0 commit comments

Comments
 (0)