diff --git a/exercises/quiz2.rs b/exercises/quiz2.rs index 29925caf..6f8ceb31 100644 --- a/exercises/quiz2.rs +++ b/exercises/quiz2.rs @@ -58,7 +58,7 @@ mod tests { ]); assert_eq!(output[0], "HELLO"); assert_eq!(output[1], "all roads lead to rome!"); - assert_eq!(output[2], "foobar"); - assert_eq!(output[3], "barbarbarbarbarbar"); + assert_eq!(output[2], "foo"); + assert_eq!(output[3], "barbarbarbarbar"); } }