Ditching comment that told me where to start work one morning.
This commit is contained in:
@@ -158,7 +158,6 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn nym_node_routing_address_can_be_converted_to_and_from_bytes_for_v4_address() {
|
fn nym_node_routing_address_can_be_converted_to_and_from_bytes_for_v4_address() {
|
||||||
// HERE!!!!
|
|
||||||
let address = NymNodeRoutingAddress(SocketAddr::new(IpAddr::from([1, 2, 3, 4]), 42));
|
let address = NymNodeRoutingAddress(SocketAddr::new(IpAddr::from([1, 2, 3, 4]), 42));
|
||||||
let address_bytes = address.as_bytes();
|
let address_bytes = address.as_bytes();
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
|
|||||||
Reference in New Issue
Block a user