fix assert statement in quiz 2

This commit is contained in:
Manoj Mohan 2024-01-29 15:36:46 +05:30
parent 8d0aa11a35
commit 1d940bebf0

View File

@ -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[2], "foofoo");
assert_eq!(output[3], "barbarbarbarbarbar");
}
}