You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Improve coverage; make tests ready for Redis 3.2
Add command sanity check
This commit is contained in:
@@ -705,7 +705,7 @@ describe("The 'multi' method", function () {
|
||||
});
|
||||
multi.get('foo', helper.isString('bar'));
|
||||
multi.exec(function (err, res) {
|
||||
res[3] = res[3].substr(0, 10);
|
||||
res[2] = res[2].substr(0, 10);
|
||||
assert.deepEqual(res, ['OK', 'OK', '# Server\r\n', 'bar']);
|
||||
done();
|
||||
});
|
||||
|
Reference in New Issue
Block a user