fix web3 in remix-tests

pull/5370/head
yann300 2 years ago committed by Aniket
parent c23bf9680d
commit 4df8f8d290
  1. 2
      libs/remix-tests/src/runTestSources.ts

@ -31,7 +31,7 @@ export class UnitTestRunner {
async createWeb3Provider (optWeb3) {
const web3 = optWeb3
extend(web3)
if (web3) extend(web3)
return web3
}

Loading…
Cancel
Save