diff --git a/apps/remix-ide/src/app/tabs/test-tab.js b/apps/remix-ide/src/app/tabs/test-tab.js index 7f634bd9d1..606bc2821b 100644 --- a/apps/remix-ide/src/app/tabs/test-tab.js +++ b/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 }) }