Skip to content

Commit 20c6c02

Browse files
Fix macOS build
1 parent 0ce6c21 commit 20c6c02

File tree

1 file changed

+1
-1
lines changed
  • test/test-manager/src/tests

1 file changed

+1
-1
lines changed

test/test-manager/src/tests/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pub async fn cleanup_after_test(
131131
rpc.reset_daemon_environment().await?;
132132
}
133133
#[cfg(target_os = "macos")]
134-
Other(_) => todo!("Remove this variant, we can't handle this error properly"),
134+
Error::Other(_) => todo!("Remove this variant, we can't handle this error properly"),
135135
}
136136
}
137137
let mut mullvad_client = rpc_provider.new_client().await;

0 commit comments

Comments
 (0)