We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad36063 commit 8839d42Copy full SHA for 8839d42
test/unit/connection-parameters/creation-tests.js
@@ -22,7 +22,7 @@ var compare = function (actual, expected, type) {
22
assert.equal(actual.host, expected.host, type + ' host')
23
assert.equal(actual.password, expected.password, type + ' password')
24
assert.equal(actual.binary, expected.binary, type + ' binary')
25
- assert.equal(actual.statement_timout, expected.statement_timout, type + ' binary')
+ assert.equal(actual.statement_timout, expected.statement_timout, type + ' statement_timeout')
26
}
27
28
test('ConnectionParameters initializing from defaults', function () {
0 commit comments