Change the last 2 assert statements so they match the commands above on lines 56 and 57.

This commit is contained in:
Chris Cooper 2024-02-04 21:18:33 -08:00
parent 8d0aa11a35
commit f501cd41be

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