pub(crate) async fn updates(
updates_rx: Receiver<HashMap<String, BridgeResult>>,
) -> (StatusCode, Json<BridgesResult>)
Expand description
Wrapper around the main testing function
pub(crate) async fn updates(
updates_rx: Receiver<HashMap<String, BridgeResult>>,
) -> (StatusCode, Json<BridgesResult>)
Wrapper around the main testing function