We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
verify
1 parent 8f0db30 commit 7667e7cCopy full SHA for 7667e7c
packages/pg-pool/test/verify.js
@@ -7,10 +7,9 @@ const it = require('mocha').it
7
const Pool = require('../')
8
9
describe('verify', () => {
10
- it('verifies a client with a callback', false, (done) => {
+ it('verifies a client with a callback', (done) => {
11
const pool = new Pool({
12
verify: (client, cb) => {
13
- client.release()
14
cb(new Error('nope'))
15
},
16
})
0 commit comments