diff --git a/packages/client/lib/commands/XPENDING_RANGE.spec.ts b/packages/client/lib/commands/XPENDING_RANGE.spec.ts index 7fd2ae0b42..586914d7b4 100644 --- a/packages/client/lib/commands/XPENDING_RANGE.spec.ts +++ b/packages/client/lib/commands/XPENDING_RANGE.spec.ts @@ -41,7 +41,7 @@ describe('XPENDING RANGE', () => { }); testUtils.testAll('xPendingRange', async client => { - const [, , id, reply] = await Promise.all([ + const [, id, , reply] = await Promise.all([ client.xGroupCreate('key', 'group', '$', { MKSTREAM: true }),