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 code for eslint rules (#1367)
* fix code for eslint rules
This commit is contained in:
committed by
Ruben Bridgewater
parent
128ca62346
commit
50b4009005
@@ -122,7 +122,7 @@ describe('The node_redis client', function () {
|
||||
it('check if all new options replaced the old ones', function (done) {
|
||||
client.selected_db = 1;
|
||||
var client2 = client.duplicate({
|
||||
db: 2,
|
||||
db: 2,
|
||||
no_ready_check: true
|
||||
});
|
||||
assert(client.connected);
|
||||
|
Reference in New Issue
Block a user