Skip to content

Commit 8839d42

Browse files
Joshbrianc
Josh
authored andcommitted
fixed test failure message
1 parent ad36063 commit 8839d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/connection-parameters/creation-tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var compare = function (actual, expected, type) {
2222
assert.equal(actual.host, expected.host, type + ' host')
2323
assert.equal(actual.password, expected.password, type + ' password')
2424
assert.equal(actual.binary, expected.binary, type + ' binary')
25-
assert.equal(actual.statement_timout, expected.statement_timout, type + ' binary')
25+
assert.equal(actual.statement_timout, expected.statement_timout, type + ' statement_timeout')
2626
}
2727

2828
test('ConnectionParameters initializing from defaults', function () {

0 commit comments

Comments
 (0)