diff --git a/lib/index.js b/lib/index.js index 645bf0e..4c317d9 100644 --- a/lib/index.js +++ b/lib/index.js @@ -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();