diff --git a/src/app/tabs/test-tab.js b/src/app/tabs/test-tab.js index 56c2b0e711..ea885d0c7d 100644 --- a/src/app/tabs/test-tab.js +++ b/src/app/tabs/test-tab.js @@ -147,7 +147,7 @@ module.exports = class TestTab extends ViewPlugin { /* Test are not associated with the UI */ - testFromSource (content, path = 'browser/unit-test.sol') { + testFromSource (content, path = 'browser/unit_test.sol') { return new Promise((resolve, reject) => { let runningTest = {} runningTest[path] = { content }