Merge pull request #1692 from askmike/patch-1

typo in test: g/provded/provided
This commit is contained in:
Charmander 2018-07-17 01:29:30 +00:00 committed by GitHub
commit 6c840aabb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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