fix generating remix-accounts.sol

pull/3262/head^2
yann300 2 years ago committed by Aniket
parent ea1cede966
commit 6ce51fe1f3
  1. 2
      apps/remix-ide/src/app/tabs/test-tab.js

@ -74,7 +74,7 @@ module.exports = class TestTab extends ViewPlugin {
if (!isSolidityActive) { if (!isSolidityActive) {
await this.call('manager', 'activatePlugin', 'solidity') await this.call('manager', 'activatePlugin', 'solidity')
} }
await this.testRunner.init() await this.testRunner.init(await this.call('blockchain', 'web3VM'))
await this.createTestLibs() await this.createTestLibs()
} }

Loading…
Cancel
Save