diff --git a/NodeApp/src/commander/exercise/subcommands/ExerciseResultCommand.ts b/NodeApp/src/commander/exercise/subcommands/ExerciseResultCommand.ts index e46b7fd2652ffb9376118931a140657278a50235..cc3ba1cde5eee045db7c0cb57af0d29a753fa616 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; }