Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Apr 9, 2023
1 parent 083f4b7 commit 7731d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/storage/memory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ describe('tests memory storage', () => {
await expect(storage.get('expiredCache')).resolves.toMatchObject({ state: 'empty' });

// Clears handle
clearTimeout(storage.cleaner)
clearTimeout(storage.cleaner);
});
});

0 comments on commit 7731d7e

Please sign in to comment.