Skip to content

Commit

Permalink
remove evm mine from automine test
Browse files Browse the repository at this point in the history
  • Loading branch information
carneiro-cw committed Jul 30, 2024
1 parent 48908c1 commit cde8d33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/test/automine/e2e-json-rpc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ describe("JSON-RPC", () => {
it("contract code is available in the block it was deployed", async () => {
await sendReset();
const contract = await deployTestContractBalances();
await sendEvmMine();
(await sendExpect("eth_getCode", [contract.target, "latest"])).not.eq("0x");
(await sendExpect("eth_getCode", [contract.target, "0x1"])).not.eq("0x");
});
Expand Down

0 comments on commit cde8d33

Please sign in to comment.