mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-25 23:10:30 +00:00
parent
e6c0d00637
commit
60bb7cc393
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue