We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b3ef7 commit 9bfd4bfCopy full SHA for 9bfd4bf
test/integration/client/api-tests.js
@@ -87,7 +87,7 @@ suite.test('raises error if cannot connect', function () {
87
)
88
})
89
90
-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) {
91
const pool = new pg.Pool()
92
pool.connect(
93
assert.calls(function (err, client, release) {
0 commit comments