mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
fixed test failure message
This commit is contained in:
parent
ad36063ca5
commit
8839d42547
@ -22,7 +22,7 @@ var compare = function (actual, expected, type) {
|
||||
assert.equal(actual.host, expected.host, type + ' host')
|
||||
assert.equal(actual.password, expected.password, type + ' password')
|
||||
assert.equal(actual.binary, expected.binary, type + ' binary')
|
||||
assert.equal(actual.statement_timout, expected.statement_timout, type + ' binary')
|
||||
assert.equal(actual.statement_timout, expected.statement_timout, type + ' statement_timeout')
|
||||
}
|
||||
|
||||
test('ConnectionParameters initializing from defaults', function () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user