1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

Fix broken build. The merge had a small conflict

This commit is contained in:
Ruben Bridgewater
2015-09-16 05:58:29 +02:00
parent f92f4d0df9
commit 95a2c373a2

View File

@@ -736,7 +736,7 @@ describe("The node_redis client", function () {
describe('true', function () {
it("does not return an error and enqueues operation", function (done) {
var client = redis.createClient(9999, null, {
max_attempts: 1,
max_attempts: 0,
parser: parser
});