mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
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…
x
Reference in New Issue
Block a user