Skip to content

Commit 6c840aa

Browse files
authored
Merge pull request #1692 from askmike/patch-1
typo in test: g/provded/provided
2 parents a9b3ef7 + 9bfd4bf commit 6c840aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/client/api-tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ suite.test('raises error if cannot connect', function () {
8787
)
8888
})
8989

90-
suite.test('query errors are handled and do not bubble if callback is provded', function (done) {
90+
suite.test('query errors are handled and do not bubble if callback is provided', function (done) {
9191
const pool = new pg.Pool()
9292
pool.connect(
9393
assert.calls(function (err, client, release) {

0 commit comments

Comments
 (0)