Skip to content

Commit

Permalink
test: up
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Dec 20, 2024
1 parent ec8f2e0 commit 6ec6ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/public/getBlockNumber.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test('behavior: caches blockNumber within cacheTime', async () => {
vi.useFakeTimers()

const a = await getBlockNumber(client, { cacheTime })
mine(client, { blocks: 1 })
await mine(client, { blocks: 1 })

vi.advanceTimersByTime(cacheTime / 2)
const b = await getBlockNumber(client)
Expand Down

0 comments on commit 6ec6ad3

Please sign in to comment.