unnecessary changes

pull/5370/head
Aniket-Engg 3 years ago committed by yann300
parent e34c585777
commit 66eef9003d
  1. 2
      apps/remix-ide/src/app/tabs/test-tab.js

@ -567,7 +567,7 @@ module.exports = class TestTab extends ViewPlugin {
this.updateFinalResult(error, result, testFilePath) this.updateFinalResult(error, result, testFilePath)
callback(error) callback(error)
}, (url, cb) => { }, (url, cb) => {
return this.contentImport.resolveAndSave(url, null, this.testRunner).then((result) => cb(null, result)).catch((error) => cb(error.message)) return this.contentImport.resolveAndSave(url).then((result) => cb(null, result)).catch((error) => cb(error.message))
}, { testFilePath } }, { testFilePath }
) )
}).catch((error) => { }).catch((error) => {

Loading…
Cancel
Save