mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 06:27:58 +00:00
Message lane weight formulas (#596)
* weight formulas for message-lane calls * extracted WeightInfoExt into separate file
This commit is contained in:
committed by
Bastian Köcher
parent
a6c3de51d3
commit
8e8e89511f
@@ -1005,6 +1005,11 @@ mod tests {
|
||||
});
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn ensure_rialto_message_lane_weights_are_correct() {
|
||||
pallet_message_lane::ensure_weights_are_correct::<pallet_message_lane::weights::RialtoWeight<Runtime>>();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn deposit_into_existing_account_works() {
|
||||
run_deposit_into_test(|existing_account| {
|
||||
|
||||
Reference in New Issue
Block a user