You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
fix SCAN spec
This commit is contained in:
@@ -50,7 +50,7 @@ describe('SCAN', () => {
|
||||
});
|
||||
});
|
||||
|
||||
testUtils.testWithClient('client.scan', async client => {
|
||||
testUtils.testAll('scan', async client => {
|
||||
assert.deepEqual(
|
||||
await client.scan(0),
|
||||
{
|
||||
@@ -58,5 +58,8 @@ describe('SCAN', () => {
|
||||
keys: []
|
||||
}
|
||||
);
|
||||
}, GLOBAL.SERVERS.OPEN);
|
||||
}, {
|
||||
client: GLOBAL.SERVERS.OPEN,
|
||||
cluster: GLOBAL.CLUSTERS.OPEN
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user