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 {
|
try {
|
||||||
assert.equal(
|
assert.equal(
|
||||||
(await client.clientInfo()).db,
|
await client.ping(),
|
||||||
1
|
'PONG'
|
||||||
);
|
);
|
||||||
} finally {
|
} finally {
|
||||||
await client.disconnect();
|
await client.disconnect();
|
||||||
}
|
}
|
||||||
});
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('authentication', () => {
|
describe('authentication', () => {
|
||||||
|
Reference in New Issue
Block a user