Compare commits

..

1 commit

Author SHA1 Message Date
Grimace of Despair
2712061469
Merge 74a8c7959f into d07de879a7 2024-12-13 09:20:23 +01: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!");
} }