removed test exception
This commit is contained in:
parent
8f6ca815e9
commit
6ef45e84fe
@ -10,7 +10,7 @@ var connect = function(config, callback) {
|
||||
if(poolEnabled()) {
|
||||
return getPooledClient(config, callback)
|
||||
}
|
||||
throw new Error("Should be testing pools")
|
||||
|
||||
var client = new Client(config);
|
||||
client.connect();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user