Skip to content

Commit

Permalink
fixup: test params
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Nov 11, 2024
1 parent f0ddce4 commit d9f1136
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion talpid-wireguard/src/connectivity_check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,10 @@ mod test {
}

#[cfg(daita)]
fn start_daita(&mut self) -> std::result::Result<(), TunnelError> {
fn start_daita(
&mut self,
#[cfg(not(target_os = "windows"))] _: talpid_tunnel_config_client::DaitaSettings,
) -> std::result::Result<(), TunnelError> {
Ok(())
}
}
Expand Down

0 comments on commit d9f1136

Please sign in to comment.