Skip to content

Commit

Permalink
Node: Hotfix for #1391 - resolving conflict with #1419. (#1424)
Browse files Browse the repository at this point in the history
Hotfix for #1391 - resolving conflict with #1419.

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed May 17, 2024
1 parent a2171ee commit 9712df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/tests/RedisClusterClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ describe("RedisClusterClient", () => {
`check that multi key command returns a cross slot error`,
async (protocol) => {
const client = await RedisClusterClient.createClient(
getOptions(cluster.getAddresses(), protocol),
getClientConfigurationOption(cluster.getAddresses(), protocol),
);

const promises = [
Expand Down Expand Up @@ -307,7 +307,7 @@ describe("RedisClusterClient", () => {
`check that multi key command routed to multiple nodes`,
async (protocol) => {
const client = await RedisClusterClient.createClient(
getOptions(cluster.getAddresses(), protocol),
getClientConfigurationOption(cluster.getAddresses(), protocol),
);

await client.exists(["abc", "zxy", "lkn"]);
Expand Down

0 comments on commit 9712df2

Please sign in to comment.