diff --git a/test/util.js b/test/util.js index 2d5b369..0d7ef18 100644 --- a/test/util.js +++ b/test/util.js @@ -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' })) } }