From c03e1e6c6c7c619e241f23b328db2f2dcffa3d0f Mon Sep 17 00:00:00 2001 From: Alexx Roche Date: Sun, 27 Sep 2020 21:57:51 +0200 Subject: [PATCH] chore: fixed test name --- src/exercise.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exercise.rs b/src/exercise.rs index e70538bb..b07d7a11 100644 --- a/src/exercise.rs +++ b/src/exercise.rs @@ -315,7 +315,7 @@ mod test { #[test] fn test_exercise_with_output() { let exercise = Exercise { - name: "finished_exercise".into(), + name: "exercise_with_output".into(), path: PathBuf::from("tests/fixture/success/testSuccess.rs"), mode: Mode::Test, hint: String::new(),