We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce6c21 commit 20c6c02Copy full SHA for 20c6c02
test/test-manager/src/tests/mod.rs
@@ -131,7 +131,7 @@ pub async fn cleanup_after_test(
131
rpc.reset_daemon_environment().await?;
132
}
133
#[cfg(target_os = "macos")]
134
- Other(_) => todo!("Remove this variant, we can't handle this error properly"),
+ Error::Other(_) => todo!("Remove this variant, we can't handle this error properly"),
135
136
137
let mut mullvad_client = rpc_provider.new_client().await;
0 commit comments