1
0
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:
JinHyuk Kim
2019-02-06 23:19:03 +09:00
committed by Ruben Bridgewater
parent 128ca62346
commit 50b4009005
7 changed files with 92 additions and 91 deletions

View File

@@ -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);