mirror of https://github.com/fafhrd91/actix-net
modify unit test
This commit is contained in:
parent
8e1ffac89d
commit
612a423cd6
|
@ -243,7 +243,6 @@ mod tests {
|
||||||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 10, 11, 12, 13, 14, 15,
|
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 10, 11, 12, 13, 14, 15,
|
||||||
];
|
];
|
||||||
for i in 0..hex.len() {
|
for i in 0..hex.len() {
|
||||||
println!("{}", hex[i]);
|
|
||||||
assert_eq!(from_hex(hex[i]).unwrap(), expected[i]);
|
assert_eq!(from_hex(hex[i]).unwrap(), expected[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue