Skip to content

Commit

Permalink
Update cache.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Sep 14, 2023
1 parent 83212cf commit 8f5ff0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cache.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('cache', () => {

expect(await Cache.get('b')).toBe(42)

await wait(1000)
await wait(1100)

expect(await Cache.get('b')).toBe(null)
})
Expand Down

0 comments on commit 8f5ff0e

Please sign in to comment.