You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
Fix incorrect test
This commit is contained in:
2
test.js
2
test.js
@@ -158,7 +158,7 @@ tests.MULTI_3 = function () {
|
|||||||
])
|
])
|
||||||
.scard("some set")
|
.scard("some set")
|
||||||
.exec(function (err, replies) {
|
.exec(function (err, replies) {
|
||||||
assert.strictEqual(true, is_empty_array(replies[2][0]), name);
|
assert.strictEqual(true, is_empty_array(replies[2]), name);
|
||||||
next(name);
|
next(name);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user