Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Aug 7, 2024
1 parent b398afb commit 634a089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pallets/regions/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ impl pallet_balances::Config for Test {

parameter_types! {
pub const CoretimeChain: StateMachine = StateMachine::Kusama(1005); // coretime-kusama
pub const RegionsUnsignedPriority: TransactionPriority = TransactionPriority::max_value();
}

pub struct MockStateMachineHeightProvider;
Expand All @@ -101,6 +102,7 @@ impl crate::Config for Test {
type IsmpDispatcher = MockDispatcher<Self>;
type StateMachineHeightProvider = MockStateMachineHeightProvider;
type Timeout = ConstU64<1000>;
type UnsignedPriority = RegionsUnsignedPriority;
type WeightInfo = ();
}

Expand Down

0 comments on commit 634a089

Please sign in to comment.