You've already forked node-redis
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:
@@ -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
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user