Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Apr 1, 2022
1 parent 9313e9d commit 5edb758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion talpid-core/src/tunnel/openvpn/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,8 @@ mod tests {
L: event_server::OpenvpnEventProxy + Send + Sync + 'static,
{
let runtime = new_runtime()?;
runtime.block_on(OpenVpnMonitor::new_internal_with_runtime(
let handle = runtime.handle().clone();
handle.block_on(OpenVpnMonitor::new_internal_with_runtime(
new_runtime()?,
cmd,
event_server_abort_tx,
Expand Down

0 comments on commit 5edb758

Please sign in to comment.