fix reference in test module

pull/2143/head
yann300 3 years ago
parent a0b211ec7a
commit cd4e934cc7
  1. 2
      apps/remix-ide/src/app/tabs/test-tab.js

@ -146,7 +146,7 @@ module.exports = class TestTab extends ViewPlugin {
renderComponent (testDirPath) {
this.dispatch({
testTab: this,
helper: this.helper,
helper: helper,
testDirPath: testDirPath
})
}

Loading…
Cancel
Save