From 044202d4fe57d2548e5ab488cfaec9d8314239be Mon Sep 17 00:00:00 2001
From: "bedran.sezer" <bedran.sezer@etu.hesge.ch>
Date: Fri, 21 Jun 2024 15:25:15 +0200
Subject: [PATCH] update result

---
 .../src/commander/exercise/subcommands/ExerciseResultCommand.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NodeApp/src/commander/exercise/subcommands/ExerciseResultCommand.ts b/NodeApp/src/commander/exercise/subcommands/ExerciseResultCommand.ts
index e46b7fd..cc3ba1c 100644
--- a/NodeApp/src/commander/exercise/subcommands/ExerciseResultCommand.ts
+++ b/NodeApp/src/commander/exercise/subcommands/ExerciseResultCommand.ts
@@ -85,7 +85,7 @@ class ExerciseResultCommand extends CommanderCommand {
         });
 
         if (filteredResults.length === 0) {
-            console.log('No results to display for the selected test type.');
+            console.log('No results for this test type.');
             return;
         }
 
-- 
GitLab