diff --git a/citadel-internal-service/tests/common/mod.rs b/citadel-internal-service/tests/common/mod.rs index 2d237d2..2c664a2 100644 --- a/citadel-internal-service/tests/common/mod.rs +++ b/citadel-internal-service/tests/common/mod.rs @@ -283,6 +283,7 @@ pub async fn register_and_connect_to_server_then_peers( Ok(returned_service_info) } +#[allow(clippy::too_many_arguments)] pub async fn register_p2p( to_service_a: &mut UnboundedSender, from_service_a: &mut UnboundedReceiver, @@ -358,6 +359,7 @@ pub async fn register_p2p( Ok(()) } +#[allow(clippy::too_many_arguments)] pub async fn connect_p2p( to_service_a: &mut UnboundedSender, from_service_a: &mut UnboundedReceiver,