Skip to content

Commit

Permalink
More linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eifrah-aws committed Jun 13, 2024
1 parent fd99925 commit 52e0c61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions node/tests/RedisClusterClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ describe("RedisClusterClient", () => {
);

const replicationInfo = intoArray(infoReplicationValues);

for (const item of replicationInfo) {
expect(item).toContain("role:master");
expect(item).toContain("# Replication");
Expand Down
1 change: 0 additions & 1 deletion node/tests/SharedTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
} from "../";
import {
Client,
Checker,
checkSimple,
GetAndSetRandomValue,
compareMaps,
Expand Down

0 comments on commit 52e0c61

Please sign in to comment.