fix(errors1): don't modify tests
pull/962/head
stevenfukase 3 years ago committed by GitHub
parent e6c0d00637
commit 60bb7cc393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save