From 9bfd4bff40e122ee09934397f1b67aaca75b55e4 Mon Sep 17 00:00:00 2001 From: Mike van Rossum Date: Tue, 17 Jul 2018 01:07:00 +0800 Subject: [PATCH] [test] g/provded/provided --- test/integration/client/api-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/client/api-tests.js b/test/integration/client/api-tests.js index acf403a42..e18c3749c 100644 --- a/test/integration/client/api-tests.js +++ b/test/integration/client/api-tests.js @@ -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) {