Skip to content

Commit 5b7368c

Browse files
committed
Improve error message if no exercise exists
1 parent 27999f2 commit 5b7368c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/info_file.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ impl InfoFile {
135135
}
136136

137137
const NO_EXERCISES_ERR: &str = "There are no exercises yet!
138-
If you are developing third-party exercises, add at least one exercise before testing.";
138+
Add at least one exercise before testing.";

0 commit comments

Comments
 (0)