Skip to content

Commit

Permalink
test(metrics): flushdb between tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Mar 2, 2022
1 parent 190d6e9 commit 5befb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_metrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('metrics', () => {
beforeEach(async function() {
this.clock = sinon.useFakeTimers();
const client = new redis();
//await client.flushdb();
await client.flushdb();
return client.quit();
});

Expand Down

0 comments on commit 5befb9b

Please sign in to comment.