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" tests
This commit is contained in:
@@ -218,7 +218,7 @@ describe('createClient options', function () {
|
||||
option: [1, 2, 3],
|
||||
url: '//hm:abc@localhost:123/3'
|
||||
});
|
||||
assert.strictEqual(Object.keys(options).length, 6);
|
||||
assert.strictEqual(Object.keys(options).length, 7);
|
||||
assert.strictEqual(options.option.length, 3);
|
||||
assert.strictEqual(options.host, 'localhost');
|
||||
assert.strictEqual(options.port, '123');
|
||||
|
Reference in New Issue
Block a user