Skip to content

Commit

Permalink
runtime-common: Fix test config
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian committed Jun 28, 2024
1 parent a5e30b1 commit c145538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/common/src/xcm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ mod test {
type InboundQueue = MockLP;
type LocalEVMOrigin = pallet_liquidity_pools_gateway::EnsureLocal;
type MaxIncomingMessageSize = ConstU32<1024>;
type MaxRouterCount = ConstU32<5>;
type Message = Message;
type OriginRecovery = MockOriginRecovery;
type OutboundMessageNonce = OutboundMessageNonce;
Expand Down

0 comments on commit c145538

Please sign in to comment.