From 40f6e6f8a8fc811198142f19c93ca188090cee42 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Tue, 26 Oct 2021 15:36:59 +0530 Subject: [PATCH] fix: typo in test result --- packages/hoppscotch-app/components/http/TestResult.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hoppscotch-app/components/http/TestResult.vue b/packages/hoppscotch-app/components/http/TestResult.vue index 0e3bc8998..c71352606 100644 --- a/packages/hoppscotch-app/components/http/TestResult.vue +++ b/packages/hoppscotch-app/components/http/TestResult.vue @@ -63,7 +63,7 @@ {{ - ` \xA0 — \xA0test ${ + ` \xA0 — \xA0 ${ result.status === "pass" ? $t("test.passed") : $t("test.failed")