mirror of
https://github.com/ArthurDanjou/rustlings.git
synced 2026-01-14 20:19:30 +01:00
@@ -28,7 +28,7 @@ mod tests {
|
||||
fn generates_nametag_text_for_a_nonempty_name() {
|
||||
assert_eq!(
|
||||
generate_nametag_text("Beyoncé".into()),
|
||||
Some("Hi! My name is Beyoncé".into())
|
||||
Ok("Hi! My name is Beyoncé".into())
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user