update default testing file name

pull/1/head
Grandschtroumpf 5 years ago committed by François
parent 8457b41331
commit 87c476db5d
  1. 2
      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 }

Loading…
Cancel
Save