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) { renderComponent (testDirPath) {
this.dispatch({ this.dispatch({
testTab: this, testTab: this,
helper: this.helper, helper: helper,
testDirPath: testDirPath testDirPath: testDirPath
}) })
} }

Loading…
Cancel
Save