Skip to content

Commit

Permalink
plan/example-rust: tweak the test to make it pass
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jun 14, 2022
1 parent e2960d9 commit ece558a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plans/example-rust/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const LISTENING_PORT: u16 = 1234;
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
let (client, _run_parameters) = testground::client::Client::new().await?;
client.wait_network_initialized().await?;

let local_addr = &if_addrs::get_if_addrs()
.unwrap()
Expand Down

0 comments on commit ece558a

Please sign in to comment.