We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a554a commit c9e4f2cCopy full SHA for c9e4f2c
exercises/conversions/try_from_into.rs
@@ -45,7 +45,7 @@ mod tests {
45
use super::*;
46
#[test]
47
fn test_bad_convert() {
48
- // Test that John is returned when bad string is provided
+ // Test that error is returned when bad string is provided
49
let p = Person::try_from("");
50
assert!(p.is_err());
51
}
0 commit comments