Skip to content

Commit

Permalink
fix some builds
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Sandu <[email protected]>
  • Loading branch information
sandreim committed Sep 26, 2024
1 parent bf948a7 commit fd9dfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulus/client/pov-recovery/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use cumulus_test_client::{
Sr25519Keyring,
};
use futures::{channel::mpsc, SinkExt};
use polkadot_node_primitives::AvailableData;
use polkadot_node_primitives::{CoreIndex, AvailableData};
use polkadot_node_subsystem::{messages::AvailabilityRecoveryMessage, RecoveryError, TimeoutExt};
use rstest::rstest;
use sc_client_api::{
Expand Down

0 comments on commit fd9dfee

Please sign in to comment.