diff options
| author | mo8it <mo8it@proton.me> | 2024-03-31 18:59:07 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-03-31 18:59:07 +0200 |
| commit | fb32d0b86fd2f3f0c1e82fecbf2cf4931a7b1ff5 (patch) | |
| tree | 4a5fd65bdc3a31f560a035dd253632fdbefd1a09 /src | |
| parent | 7090fffeae88a2afdeb42ae3301c4842416ab729 (diff) | |
Remove redundant test
Diffstat (limited to 'src')
| -rw-r--r-- | src/exercise.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/exercise.rs b/src/exercise.rs index 48aaedd..e7045d6 100644 --- a/src/exercise.rs +++ b/src/exercise.rs @@ -282,18 +282,6 @@ mod test { } #[test] - fn test_exercise_with_output() { - let exercise = Exercise { - name: "exercise_with_output".into(), - path: PathBuf::from("tests/fixture/success/exercises/testSuccess.rs"), - mode: Mode::Test, - hint: String::new(), - }; - let out = exercise.run().unwrap(); - assert_eq!(out.stdout, b"THIS TEST TOO SHALL PASS"); - } - - #[test] fn test_not_done() { assert!(contains_not_done_comment("// I AM NOT DONE")); assert!(contains_not_done_comment("/// I AM NOT DONE")); |
