Fixed compiler api yests

pull/15/head
ioedeveloper 4 years ago
parent b81d73a7a2
commit d2bc37422a
  1. 2
      apps/remix-ide/test-browser/tests/compiler_api.test.js

@ -29,7 +29,7 @@ module.exports = {
.executeScript('remix.exeCurrent()')
.pause(5000)
.addFile('test_updateConfiguration.sol', { content: simpleContract })
.verifyContracts(['StorageTestUpdateConfiguration'], {wait: 5000, version: '0.6.6+commit.6c089d02'})
.verifyContracts(['StorageTestUpdateConfiguration'], {wait: 5000, version: '0.6.8+commit.0bbfe453'})
.end()
},

Loading…
Cancel
Save