fix: confusing comment in conversions/try_from_into.rs
Co-authored-by: Lebedev <sergey.lebedev@corp.mail.ru>
This commit is contained in:
parent
a3a554aeed
commit
c9e4f2cfb4
|
@ -45,7 +45,7 @@ mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
#[test]
|
#[test]
|
||||||
fn test_bad_convert() {
|
fn test_bad_convert() {
|
||||||
// Test that John is returned when bad string is provided
|
// Test that error is returned when bad string is provided
|
||||||
let p = Person::try_from("");
|
let p = Person::try_from("");
|
||||||
assert!(p.is_err());
|
assert!(p.is_err());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue