[test] g/provded/provided

This commit is contained in:
Mike van Rossum 2018-07-17 01:07:00 +08:00 committed by GitHub
parent a9b3ef7cd3
commit 9bfd4bff40
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) {