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 10, 2022
1 parent e2960d9 commit 9f9bdf9
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 @@ -4,6 +4,7 @@ const LISTENING_PORT: u16 = 1234;

#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
println!("TODO: why is this necessary to make the test go green?");
let (client, _run_parameters) = testground::client::Client::new().await?;

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

0 comments on commit 9f9bdf9

Please sign in to comment.