Skip to content

Commit

Permalink
account for paritytech#2446
Browse files Browse the repository at this point in the history
  • Loading branch information
Lederstrumpf committed Nov 28, 2023
1 parent 7be7ba9 commit 0cd4a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions substrate/client/consensus/beefy/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ use sc_network_test::{
};
use sc_utils::notification::NotificationReceiver;
use serde::{Deserialize, Serialize};
use sp_api::{ApiRef, BlockT, ProvideRuntimeApi};
use sp_api::{ApiRef, ProvideRuntimeApi};
use sp_application_crypto::key_types::BEEFY as BEEFY_KEY_TYPE;
use sp_consensus::BlockOrigin;
use sp_consensus_beefy::{
Expand All @@ -66,7 +66,7 @@ use sp_keystore::{testing::MemoryKeystore, Keystore, KeystorePtr};
use sp_mmr_primitives::{Error as MmrError, MmrApi};
use sp_runtime::{
codec::{Decode, Encode},
traits::{Header as HeaderT, NumberFor},
traits::{Block as BlockT, Header as HeaderT, NumberFor},
BuildStorage, DigestItem, EncodedJustification, Justifications, Storage,
};
use std::{marker::PhantomData, sync::Arc, task::Poll};
Expand Down

0 comments on commit 0cd4a75

Please sign in to comment.