From 72b88332de095198c9e23e38c3996fc7748e00a1 Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Tue, 3 Nov 2020 15:37:39 +0530 Subject: [PATCH] filename from result --- apps/remix-ide/src/app/tabs/test-tab.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remix-ide/src/app/tabs/test-tab.js b/apps/remix-ide/src/app/tabs/test-tab.js index 625c2add59..87ca6e150a 100644 --- a/apps/remix-ide/src/app/tabs/test-tab.js +++ b/apps/remix-ide/src/app/tabs/test-tab.js @@ -182,7 +182,7 @@ module.exports = class TestTab extends ViewPlugin {
this.highlightLocation(result.location, runningTests, this.rawFileName)} + onclick=${() => this.highlightLocation(result.location, runningTests, result.filename)} > ✘ ${result.value} Error Message: @@ -197,7 +197,7 @@ module.exports = class TestTab extends ViewPlugin {
this.highlightLocation(result.location, runningTests, this.rawFileName)} + onclick=${() => this.highlightLocation(result.location, runningTests, result.filename)} > ✘ ${result.value} Error Message: