From bb37a6bd7e34de69ab0a024e9a6d5ff6e42f5214 Mon Sep 17 00:00:00 2001 From: Aniket-Engg Date: Tue, 9 Nov 2021 18:32:23 +0530 Subject: [PATCH] unnecessary changes --- apps/remix-ide/src/app/tabs/test-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/tabs/test-tab.js b/apps/remix-ide/src/app/tabs/test-tab.js index a7d586b025..a50a2a1b9a 100644 --- a/apps/remix-ide/src/app/tabs/test-tab.js +++ b/apps/remix-ide/src/app/tabs/test-tab.js @@ -567,7 +567,7 @@ module.exports = class TestTab extends ViewPlugin { this.updateFinalResult(error, result, testFilePath) callback(error) }, (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 } ) }).catch((error) => {