Unverified Commit 742e7394 authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

fixes test import

parent f5766e30
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment