Skip to content

Commit 801c71d

Browse files
committed
Change minPool to 0
1 parent 2dceb75 commit 801c71d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/lib.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ const oracledb = require('oracledb')
88
const poolOptions = {
99
user: 'RANINFO',
1010
password: 'RANINFO',
11-
connectString: 'TTGDB12C-RANINFO_INTERNAL_DEV',
12-
poolMin: 1
11+
connectString: 'TTGDB12C-RANINFO_INTERNAL_DEV'
1312
}
1413

1514
test('creates pool from config', (t) => {

0 commit comments

Comments
 (0)