Skip to content

Commit

Permalink
replace ganache sendAsync with request
Browse files Browse the repository at this point in the history
  • Loading branch information
kanthesha committed Jul 23, 2024
1 parent 3a7ea87 commit b01abdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function createEngineFromGanache () {

async function forceNextBlock() {
// custom ganache method
await pify(ganacheProvider.sendAsync).call(ganacheProvider, createPayload({ method: 'evm_mine' }))
await ganacheProvider.request(createPayload({ method: 'evm_mine' }))
}
}

Expand Down

0 comments on commit b01abdc

Please sign in to comment.