Skip to content

Commit 2a2002e

Browse files
authored
update test case for AGGREGATE
1 parent bbb1399 commit 2a2002e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ describe('AGGREGATE', () => {
458458
it('with TIMEOUT', () => {
459459
assert.deepEqual(
460460
transformArguments('index', '*', { TIMEOUT: 10 }),
461-
['FT.AGGREGATE', 'index', '*', '10']
461+
['FT.AGGREGATE', 'index', '*', 'TIMEOUT', '10']
462462
);
463463
});
464464
});

0 commit comments

Comments
 (0)