fixed name

Looks like this was copied from the previous test without renaming. This test is currently failing `cargo test` and ticket https://github.com/rust-lang/rustlings/issues/542 has been raised.
This commit is contained in:
Alexx Roche 2020-09-27 21:50:34 +02:00 committed by GitHub
parent 2a682abeef
commit 18f2ed8627
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(),