chore: fixed test name
This commit is contained in:
parent
2a682abeef
commit
c03e1e6c6c
|
@ -315,7 +315,7 @@ mod test {
|
||||||
#[test]
|
#[test]
|
||||||
fn test_exercise_with_output() {
|
fn test_exercise_with_output() {
|
||||||
let exercise = Exercise {
|
let exercise = Exercise {
|
||||||
name: "finished_exercise".into(),
|
name: "exercise_with_output".into(),
|
||||||
path: PathBuf::from("tests/fixture/success/testSuccess.rs"),
|
path: PathBuf::from("tests/fixture/success/testSuccess.rs"),
|
||||||
mode: Mode::Test,
|
mode: Mode::Test,
|
||||||
hint: String::new(),
|
hint: String::new(),
|
||||||
|
|
Loading…
Reference in New Issue