You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
SORT_RO clean code
This commit is contained in:
@@ -89,7 +89,7 @@ describe('SORT_RO', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
testUtils.testAll('client.sortRo', async client => {
|
testUtils.testAll('sortRo', async client => {
|
||||||
assert.deepEqual(
|
assert.deepEqual(
|
||||||
await client.sortRo('key'),
|
await client.sortRo('key'),
|
||||||
[]
|
[]
|
||||||
|
Reference in New Issue
Block a user