From 979052e295141651d3cbd99bda781e27d90a8827 Mon Sep 17 00:00:00 2001 From: Grandschtroumpf Date: Tue, 30 Jul 2019 13:47:44 +0200 Subject: [PATCH] update default testing file name --- src/app/tabs/test-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }