Fix problem in test on debian stable Rust.
This commit is contained in:
parent
b6cc237f61
commit
84a7f0060d
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ mod test {
|
|||
|
||||
// check that after re-serializing, the data is still the same
|
||||
let serialized = tlv.serialize();
|
||||
assert_eq!(&serialized, &data[..]);
|
||||
assert_eq!(serialized, data.to_vec());
|
||||
|
||||
// outermost layer contains all bytes as value
|
||||
let value = tlv.find(&[0x6e].into()).unwrap();
|
||||
|
|
Loading…
Reference in a new issue