fixed test failure message

This commit is contained in:
Josh 2017-08-29 17:16:21 -07:00 committed by Brian C
parent ad36063ca5
commit 8839d42547

View File

@ -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 () {