chore: fixed test name

pull/546/head
Alexx Roche 4 years ago committed by GitHub
parent 2a682abeef
commit c03e1e6c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save