You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +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 () {
|
describe('true', function () {
|
||||||
it("does not return an error and enqueues operation", function (done) {
|
it("does not return an error and enqueues operation", function (done) {
|
||||||
var client = redis.createClient(9999, null, {
|
var client = redis.createClient(9999, null, {
|
||||||
max_attempts: 1,
|
max_attempts: 0,
|
||||||
parser: parser
|
parser: parser
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user