Skip to content

Commit

Permalink
Fixed test error
Browse files Browse the repository at this point in the history
Signed-off-by: Yi-Pin Chen <[email protected]>
  • Loading branch information
yipin-chen committed Aug 29, 2024
1 parent a9308fd commit 338b469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/tests/GlideClusterClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ describe("GlideClusterClient", () => {

transaction.pubsubShardChannels();
expectedRes.push(["pubsubShardChannels()", []]);
transaction.pubsubShardNumSub();
expectedRes.push(["pubsubShardNumSub()", {}]);
transaction.pubsubShardNumSub([]);
expectedRes.push(["pubsubShardNumSub()", []]);
}

const result = await client.exec(transaction);
Expand Down

0 comments on commit 338b469

Please sign in to comment.