You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
fix for 592714fb00
- "fix tests"
This commit is contained in:
@@ -196,10 +196,10 @@ describe('SEARCH', () => {
|
||||
);
|
||||
});
|
||||
|
||||
it('with MSORTBY', () => {
|
||||
it('with SORTBY', () => {
|
||||
assert.deepEqual(
|
||||
transformArguments('index', 'query', { MSORTBY: '@by' }),
|
||||
['FT.SEARCH', 'index', 'query', 'MSORTBY', '1', '@by']
|
||||
transformArguments('index', 'query', { SORTBY: '@by' }),
|
||||
['FT.SEARCH', 'index', 'query', 'SORTBY', '1', '@by']
|
||||
);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user