Skip to content

Commit

Permalink
remove debuging helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jun 15, 2024
1 parent a9c65d9 commit 9d5e084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/tests/RedisClusterClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ describe("RedisClusterClient", () => {
TIMEOUT,
);

it.only.each([ProtocolVersion.RESP2, ProtocolVersion.RESP3])(
it.each([ProtocolVersion.RESP2, ProtocolVersion.RESP3])(
`check that multi key command returns a cross slot error`,
async (protocol) => {
const client = await RedisClusterClient.createClient(
Expand Down

0 comments on commit 9d5e084

Please sign in to comment.