Fixed broken tests

This commit is contained in:
Jedrzej Stuczynski
2020-03-13 16:46:18 +00:00
parent b8bd872cdf
commit 72ed65dc5f
4 changed files with 5 additions and 0 deletions
@@ -78,6 +78,7 @@ mod converting_mixnode_presence_into_topology_mixnode {
let unresolvable_hostname = "foomp.foomp.foomp:1234";
let mix_presence = mixnodes::MixNodePresence {
location: "".to_string(),
host: unresolvable_hostname.to_string(),
pub_key: "".to_string(),
layer: 0,
@@ -94,6 +95,7 @@ mod converting_mixnode_presence_into_topology_mixnode {
let resolvable_hostname = "nymtech.net:1234";
let mix_presence = mixnodes::MixNodePresence {
location: "".to_string(),
host: resolvable_hostname.to_string(),
pub_key: "".to_string(),
layer: 0,
@@ -77,6 +77,7 @@ mod metrics_get_request {
pub fn new_presence() -> CocoPresence {
CocoPresence {
location: "foomp".to_string(),
host: "foo.com".to_string(),
pub_key: "abc".to_string(),
last_seen: 666,
@@ -77,6 +77,7 @@ mod metrics_get_request {
pub fn new_presence() -> MixNodePresence {
MixNodePresence {
location: "foomp".to_string(),
host: "foo.com".to_string(),
pub_key: "abc".to_string(),
layer: 1,
@@ -76,6 +76,7 @@ mod metrics_get_request {
pub fn new_presence() -> MixProviderPresence {
MixProviderPresence {
location: "foomp".to_string(),
client_listener: "foo.com".to_string(),
mixnet_listener: "foo.com".to_string(),
pub_key: "abc".to_string(),