Skip to content

Commit

Permalink
Addressed review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yipin-chen committed Jun 10, 2024
1 parent 3a45bf9 commit b4b9c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/tests/SharedTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2864,7 +2864,7 @@ export function runBaseTests<Context>(config: {
expect(await client.object_freq(nonExistingKey)).toEqual(
null,
);
expect(await client.set(key, "")).toEqual("OK");
expect(await client.set(key, "foobar")).toEqual("OK");
expect(
await client.object_freq(key),
).toBeGreaterThanOrEqual(0);
Expand Down

0 comments on commit b4b9c70

Please sign in to comment.