Skip to content

Commit

Permalink
fix for f3f946f - "fix" tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale committed Jan 11, 2022
1 parent f3f946f commit b9bd403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/lib/commands/EXISTS.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('EXISTS', () => {
testUtils.testWithClient('client.exists', async client => {
assert.equal(
await client.exists('key'),
false
0
);
}, GLOBAL.SERVERS.OPEN);
});

0 comments on commit b9bd403

Please sign in to comment.