Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeguglielmo committed Feb 9, 2024
1 parent 00dee1d commit 81641d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dht-cache/src/domocache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ mod tests {
shared_key: "d061545647652562b4648f52e8373b3a417fc0df56c332154460da1801b341e9"
.to_string(),
loopback: false,
listen_addr: "/ip4/0.0.0.0/tcp/0".to_string()
};

if let Ok(cache) = super::DomoCache::new(conf).await {
Expand Down
1 change: 1 addition & 0 deletions src/domobroker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ mod tests {
),
private_key: None,
loopback: false,
listen_addr: "/ip4/0.0.0.0/tcp/0".to_string()
},
http_port,
};
Expand Down

0 comments on commit 81641d7

Please sign in to comment.