diff options
| author | Alexx Roche <github@alexx.net> | 2020-09-27 21:57:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-27 21:57:51 +0200 |
| commit | c03e1e6c6c7c619e241f23b328db2f2dcffa3d0f (patch) | |
| tree | 94e4a75020259875e7cf9892e8ed349382e94d0e /src/exercise.rs | |
| parent | 2a682abeef1296ecc4e87e690f2af7371c806228 (diff) | |
chore: fixed test name
Diffstat (limited to 'src/exercise.rs')
| -rw-r--r-- | src/exercise.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exercise.rs b/src/exercise.rs index e70538b..b07d7a1 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(), |
