Skip to content

Commit 6ef45e8

Browse files
committed
removed test exception
1 parent 8f6ca81 commit 6ef45e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var connect = function(config, callback) {
1010
if(poolEnabled()) {
1111
return getPooledClient(config, callback)
1212
}
13-
throw new Error("Should be testing pools")
13+
1414
var client = new Client(config);
1515
client.connect();
1616

0 commit comments

Comments
 (0)