Commit 87c476db authored by Grandschtroumpf's avatar Grandschtroumpf Committed by François

update default testing file name

parent 8457b413
......@@ -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 }
......
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