latestSolVersion
aniket-engg 4 years ago
parent b78379d064
commit 80d169926b
  1. 2
      apps/remix-ide-e2e/src/tests/fileManager_api.test.ts

@ -55,7 +55,7 @@ module.exports = {
.addFile('copyFile.js', { content: executeCopyFile })
.executeScript(`remix.exeCurrent()`)
.pause(2000)
.journalLastChildIncludes('pragma solidity >=0.4.22 <0.7.0;')
.journalLastChildIncludes('pragma solidity >=0.4.22 <0.8.0;')
},
'Should execute `rename` api from file manager external api': function (browser: NightwatchBrowser) {

Loading…
Cancel
Save