Skip to content

Commit 95a2c37

Browse files
author
Ruben Bridgewater
committed
Fix broken build. The merge had a small conflict
1 parent f92f4d0 commit 95a2c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/node_redis.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ describe("The node_redis client", function () {
736736
describe('true', function () {
737737
it("does not return an error and enqueues operation", function (done) {
738738
var client = redis.createClient(9999, null, {
739-
max_attempts: 1,
739+
max_attempts: 0,
740740
parser: parser
741741
});
742742

0 commit comments

Comments
 (0)