Compare commits

..

1 commit

Author SHA1 Message Date
Eric Eastwood
d0a8bb50e1
Merge fa6680ff76 into d07de879a7 2024-12-10 18:23:31 -06:00

View file

@ -19,7 +19,7 @@ mod tests {
#[test] #[test]
fn yummy_food() { fn yummy_food() {
// This means that calling `picky_eater` with the argument "strawberry" should return "Yummy!". // This means that calling `picky_eater` with the argument "food" should return "Yummy!".
assert_eq!(picky_eater("strawberry"), "Yummy!"); assert_eq!(picky_eater("strawberry"), "Yummy!");
} }