Skip to content

Commit

Permalink
Merge pull request #1692 from askmike/patch-1
Browse files Browse the repository at this point in the history
typo in test: g/provded/provided
  • Loading branch information
charmander committed Jul 17, 2018
2 parents a9b3ef7 + 9bfd4bf commit 6c840aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/client/api-tests.js
Expand Up @@ -87,7 +87,7 @@ suite.test('raises error if cannot connect', function () {
)
})

suite.test('query errors are handled and do not bubble if callback is provded', function (done) {
suite.test('query errors are handled and do not bubble if callback is provided', function (done) {
const pool = new pg.Pool()
pool.connect(
assert.calls(function (err, client, release) {
Expand Down

0 comments on commit 6c840aa

Please sign in to comment.