Reorganized test and force 100% code coverage (#1226)
This commit is contained in:
committed by
GitHub
parent
04d082cb49
commit
b4d0dc87d3
@ -11,7 +11,7 @@ const Connection = require('../Connection')
|
||||
const noop = () => {}
|
||||
|
||||
class ConnectionPool extends BaseConnectionPool {
|
||||
constructor (opts = {}) {
|
||||
constructor (opts) {
|
||||
super(opts)
|
||||
|
||||
this.dead = []
|
||||
|
||||
Reference in New Issue
Block a user