Skip to content

Commit

Permalink
Implement pallet_root_testing::Config for Runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsso committed Jan 4, 2024
1 parent 252d48b commit 67dee01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion authority/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ impl pallet_scheduler::Config for Runtime {
type Preimages = Preimage;
}

impl pallet_root_testing::Config for Runtime {}
impl pallet_root_testing::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
}

#[derive(Clone, Encode, Decode, Eq, PartialEq, Ord, PartialOrd, Debug, TypeInfo)]
pub enum MockAsOriginId {
Expand Down

0 comments on commit 67dee01

Please sign in to comment.