Skip to content

Commit d6e7dfe

Browse files
abenhamdinebrianc
authored andcommitted
Replace poolSize by max in configuration test
1 parent 3b3e52c commit d6e7dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/client/configuration-tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ suite.test('default values are used in new clients', function () {
1818
password: null,
1919
port: 5432,
2020
rows: 0,
21-
poolSize: 10
21+
max: 10,
2222
})
2323

2424
var client = new pg.Client()

0 commit comments

Comments
 (0)