Skip to content

Commit a453114

Browse files
committed
fix for 592714f - "fix tests"
1 parent d0203d7 commit a453114

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/search/lib/commands/SEARCH.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@ describe('SEARCH', () => {
196196
);
197197
});
198198

199-
it('with MSORTBY', () => {
199+
it('with SORTBY', () => {
200200
assert.deepEqual(
201-
transformArguments('index', 'query', { MSORTBY: '@by' }),
202-
['FT.SEARCH', 'index', 'query', 'MSORTBY', '1', '@by']
201+
transformArguments('index', 'query', { SORTBY: '@by' }),
202+
['FT.SEARCH', 'index', 'query', 'SORTBY', '1', '@by']
203203
);
204204
});
205205

0 commit comments

Comments
 (0)