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 test
This commit is contained in:
@@ -84,7 +84,7 @@ describe("The 'multi' method", function () {
|
||||
multi1.exec(function (err, res) {
|
||||
assert(called);
|
||||
assert(!err);
|
||||
assert.strictEqual(res, '456');
|
||||
assert.strictEqual(res[1], '456');
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user