consensus: Remove TODO
Remove todo in unit tests and add issue: https://github.com/rust-bitcoin/rust-bitcoin/issues/2390
This commit is contained in:
parent
53beb9db30
commit
579668892a
|
@ -1017,7 +1017,6 @@ mod tests {
|
||||||
#[test]
|
#[test]
|
||||||
fn serialize_vector_test() {
|
fn serialize_vector_test() {
|
||||||
assert_eq!(serialize(&vec![1u8, 2, 3]), vec![3u8, 1, 2, 3]);
|
assert_eq!(serialize(&vec![1u8, 2, 3]), vec![3u8, 1, 2, 3]);
|
||||||
// TODO: test vectors of more interesting objects
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Reference in New Issue