Skip to content

Commit 83b2c4b

Browse files
committed
compiler update for one more test
1 parent 5c9fb4a commit 83b2c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide-e2e/src/tests/solidityImport.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = {
4747

4848
'Test Github Import - no branch specified': function (browser: NightwatchBrowser) {
4949
browser
50-
.setSolidityCompilerVersion('soljson-v0.6.2+commit.bacdbe57.js') // open-zeppelin moved to pragma ^0.6.0 (master branch)
50+
.setSolidityCompilerVersion('soljson-v0.8.0+commit.c7dfd78e.js') // open-zeppelin moved to pragma ^0.8.0 (master branch)
5151
.clickLaunchIcon('fileExplorers')
5252
.click('li[data-id="treeViewLitreeViewItembrowser/README.txt"')
5353
.addFile('Untitled6.sol', sources[5]['browser/Untitled6.sol'])

0 commit comments

Comments
 (0)