mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Merge pull request #1692 from askmike/patch-1
typo in test: g/provded/provided
This commit is contained in:
commit
6c840aabb0
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user