We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a682ab commit c03e1e6Copy full SHA for c03e1e6
src/exercise.rs
@@ -315,7 +315,7 @@ mod test {
315
#[test]
316
fn test_exercise_with_output() {
317
let exercise = Exercise {
318
- name: "finished_exercise".into(),
+ name: "exercise_with_output".into(),
319
path: PathBuf::from("tests/fixture/success/testSuccess.rs"),
320
mode: Mode::Test,
321
hint: String::new(),
0 commit comments