Replace poolSize by max in configuration test

This commit is contained in:
Arnaud Benhamdine 2017-08-30 22:46:52 +02:00 committed by Brian C
parent 3b3e52cdc2
commit d6e7dfee83

View File

@ -18,7 +18,7 @@ suite.test('default values are used in new clients', function () {
password: null,
port: 5432,
rows: 0,
poolSize: 10
max: 10,
})
var client = new pg.Client()