1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02:00

chore: fixed test name

This commit is contained in:
Alexx Roche 2020-09-27 21:57:51 +02:00 committed by GitHub
parent 2a682abeef
commit c03e1e6c6c
Signed by: GitHub
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(),