Try to fix array TryFrom tests
This commit is contained in:
parent
6570e4cd05
commit
a6e70b5fb4
@ -38,7 +38,7 @@ fn array_try_from() {
|
||||
let slice: &[u8] = &array[..];
|
||||
|
||||
let result = <&Array>::try_from(slice);
|
||||
assert_eq!(Ok(&array), result);
|
||||
assert_eq!(&array, result.unwrap());
|
||||
})+
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user