We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c0d00 commit 60bb7ccCopy full SHA for 60bb7cc
1 file changed
exercises/error_handling/errors1.rs
@@ -28,7 +28,7 @@ mod tests {
28
fn generates_nametag_text_for_a_nonempty_name() {
29
assert_eq!(
30
generate_nametag_text("Beyoncé".into()),
31
- Some("Hi! My name is Beyoncé".into())
+ Ok("Hi! My name is Beyoncé".into())
32
);
33
}
34
0 commit comments