From e8ff153b57007a74639a8629d27d9e63f31aef34 Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Sat, 14 Nov 2020 16:18:02 +0000 Subject: [PATCH] fixing tests --- test/db.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/db.spec.js b/test/db.spec.js index 1324401c..f2ce7a41 100644 --- a/test/db.spec.js +++ b/test/db.spec.js @@ -371,7 +371,7 @@ describe(`Connection`, () => { .then(res => { const pid = res[0].pg_backend_pid; return promise.all([ - obj.proc(`pg_sleep`, [2]) + obj.func(`pg_sleep`, [2]) .catch(reason => { error = reason; }),