Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Nov 14, 2020
1 parent 5b792d2 commit e8ff153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/db.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}),
Expand Down

0 comments on commit e8ff153

Please sign in to comment.