mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
[test] g/provded/provided
This commit is contained in:
parent
a9b3ef7cd3
commit
9bfd4bff40
@ -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