You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
fix "createClient with url" test with redis 5
This commit is contained in:
@@ -85,13 +85,13 @@ describe('Client', () => {
|
||||
|
||||
try {
|
||||
assert.equal(
|
||||
(await client.clientInfo()).db,
|
||||
1
|
||||
await client.ping(),
|
||||
'PONG'
|
||||
);
|
||||
} finally {
|
||||
await client.disconnect();
|
||||
}
|
||||
});
|
||||
})
|
||||
});
|
||||
|
||||
describe('authentication', () => {
|
||||
|
Reference in New Issue
Block a user