Skip to content

Commit

Permalink
clippy: await server process in interop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Nov 28, 2024
1 parent 24d1dfb commit fcc3cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/interop/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ fn interop_test() {
std::panic::resume_unwind(e);
}
}
server_process.wait().unwrap();
}

fn sync_two_repos(port: u16) {
Expand Down

0 comments on commit fcc3cbe

Please sign in to comment.