Skip to content

Commit

Permalink
Merge branch 'main' into test-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhani-cw authored Jul 30, 2024
2 parents b6424e4 + ec9be86 commit 8e469fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/test/external/e2e-json-rpc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ describe("JSON-RPC", () => {
it("Returns an expected result when a contract transaction fails", async () => {
// deploy
const contract = await deployTestContractBalances();
sendEvmMine();
await sendEvmMine();
contract.waitForDeployment();

// send a transaction that will fail
Expand All @@ -274,7 +274,7 @@ describe("JSON-RPC", () => {
});
const expectedTxHash = keccak256(signedTx);
const actualTxHash = await sendRawTransaction(signedTx);
sendEvmMine();
await sendEvmMine();

// validate
const txReceiptAfterMining = await ETHERJS.getTransactionReceipt(expectedTxHash);
Expand Down

0 comments on commit 8e469fb

Please sign in to comment.