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

Commit

Permalink
Add missing mock weights
Browse files Browse the repository at this point in the history
  • Loading branch information
hirschenberger committed Oct 11, 2021
1 parent b33272c commit a3330da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/parachains/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ impl crate::ump::Config for Test {
type UmpSink = TestUmpSink;
type FirstMessageFactorPercent = FirstMessageFactorPercent;
type ExecuteOverweightOrigin = frame_system::EnsureRoot<AccountId>;
type WeightInfo = crate::ump::WeightInfo<()>;
}

impl crate::hrmp::Config for Test {
Expand Down

0 comments on commit a3330da

Please sign in to comment.