Skip to content

Commit

Permalink
fixes test import
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus authored Nov 14, 2019
1 parent f5766e3 commit 742e739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tabs/compileTab/compileTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class CompileTab {
}

importFileCb (url, filecb) {
if (url.indexOf('/remix_tests.sol') !== -1) return filecb(null, remixTests.assertLibCode)
if (url.indexOf('remix_tests.sol') !== -1) return filecb(null, remixTests.assertLibCode)

var provider = this.fileManager.fileProviderOf(url)
if (provider) {
Expand Down

0 comments on commit 742e739

Please sign in to comment.