pull/3549/head
yann300 2 years ago committed by Aniket
parent 00ab474716
commit e477c15747
  1. 2
      apps/remix-ide/src/app/tabs/test-tab.js

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

Loading…
Cancel
Save