Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix tests in availability-distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
tdimitrov committed Nov 14, 2022
1 parent 3a24e0b commit e41525d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/network/availability-distribution/src/tests/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ use polkadot_primitives::v2::{
CandidateHash, CoreState, GroupIndex, Hash, Id as ParaId, ScheduledCore, SessionInfo,
ValidatorIndex,
};
use test_helpers::{mock::make_ferdie_keystore, SingleItemSink};
use test_helpers::mock::make_ferdie_keystore;

use super::mock::{make_session_info, OccupiedCoreBuilder};
use crate::LOG_TARGET;
Expand Down Expand Up @@ -295,7 +295,7 @@ impl TestState {
}

async fn overseer_signal(
mut tx: SingleItemSink<FromOrchestra<AvailabilityDistributionMessage>>,
mut tx: mpsc::Sender<FromOrchestra<AvailabilityDistributionMessage>>,
msg: impl Into<OverseerSignal>,
) {
let msg = msg.into();
Expand Down

0 comments on commit e41525d

Please sign in to comment.