mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 13:21:01 +00:00
Add MessagesPalletInstance for integrity tests (#2107)
This commit is contained in:
committed by
Bastian Köcher
parent
9dfa496d15
commit
d9757f09c1
@@ -150,7 +150,11 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn ensure_millau_message_lane_weights_are_correct() {
|
||||
check_message_lane_weights::<bp_rialto_parachain::RialtoParachain, Runtime>(
|
||||
check_message_lane_weights::<
|
||||
bp_rialto_parachain::RialtoParachain,
|
||||
Runtime,
|
||||
WithMillauMessagesInstance,
|
||||
>(
|
||||
bp_millau::EXTRA_STORAGE_PROOF_SIZE,
|
||||
bp_rialto_parachain::MAX_UNREWARDED_RELAYERS_IN_CONFIRMATION_TX,
|
||||
bp_rialto_parachain::MAX_UNCONFIRMED_MESSAGES_IN_CONFIRMATION_TX,
|
||||
|
||||
Reference in New Issue
Block a user