Skip to content

Commit daa8f83

Browse files
committed
Leftover comment
1 parent dc2408d commit daa8f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/integration/connection-pool/error-tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ suite.test('connection-level errors cause future queries to fail', (cb) => {
9898
}))
9999
}))
100100
}))
101-
// })
101+
})
102102

103103
suite.test('handles socket error during pool.query and destroys it immediately', (cb) => {
104104
const pool = new pg.Pool({ max: 1 })

0 commit comments

Comments
 (0)