Skip to content

Commit

Permalink
fix: anvil setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Dec 18, 2024
1 parent c48b11c commit 2dfdab0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/anvil/setup.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ test('anvil is setup', async () => {
await expect(
publicClient.getBalance({ address: (await walletClient.getAddresses())[0] }),
).resolves.toBe(TEST_BALANCE);
await expect(publicClient.getBlobBaseFee()).resolves.toBe(0n);
await expect(publicClient.getBlockNumber()).resolves.toBe(FORK_BLOCK_NUMBER);
}, 60_000);

0 comments on commit 2dfdab0

Please sign in to comment.