Skip to content

Commit c03e1e6

Browse files
authored
chore: fixed test name
1 parent 2a682ab commit c03e1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exercise.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ mod test {
315315
#[test]
316316
fn test_exercise_with_output() {
317317
let exercise = Exercise {
318-
name: "finished_exercise".into(),
318+
name: "exercise_with_output".into(),
319319
path: PathBuf::from("tests/fixture/success/testSuccess.rs"),
320320
mode: Mode::Test,
321321
hint: String::new(),

0 commit comments

Comments
 (0)