1
0
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:
dovi
2023-05-03 14:36:30 -04:00
parent 4c5d7a3d4e
commit 39f2318d47

View File

@@ -89,7 +89,7 @@ describe('SORT_RO', () => {
});
});
testUtils.testAll('client.sortRo', async client => {
testUtils.testAll('sortRo', async client => {
assert.deepEqual(
await client.sortRo('key'),
[]