From 5b7368c46d9369a58075000b03be7f171f230f5c Mon Sep 17 00:00:00 2001 From: mo8it Date: Tue, 20 Aug 2024 13:54:20 +0200 Subject: [PATCH] Improve error message if no exercise exists --- src/info_file.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info_file.rs b/src/info_file.rs index f27d0185..d4e46110 100644 --- a/src/info_file.rs +++ b/src/info_file.rs @@ -135,4 +135,4 @@ impl InfoFile { } const NO_EXERCISES_ERR: &str = "There are no exercises yet! -If you are developing third-party exercises, add at least one exercise before testing."; +Add at least one exercise before testing.";