This commit is contained in:
Steven 2022-04-06 16:09:37 +09:00
parent 0a92262fa0
commit 97e1058202

View File

@ -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())
);
}