Skip to content

Commit 2ea5f91

Browse files
authored
Replace poolSize by max in error test
1 parent 1cbd507 commit 2ea5f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/connection-pool/error-tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var helper = require('./test-helper')
33
const pg = helper.pg
44

55
// first make pool hold 2 clients
6-
pg.defaults.poolSize = 2
6+
pg.defaults.max = 2
77

88
const pool = new pg.Pool()
99

0 commit comments

Comments
 (0)