Skip to content

Commit 7bdb7a2

Browse files
authored
Companion for paritytech/substrate#12219 (#5987)
* Companion for paritytech/substrate#12219 * Fixes * update lockfile for {"substrate"} * Fixes * cargo fmt Co-authored-by: parity-processbot <>
1 parent e9116df commit 7bdb7a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

relay/kusama/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//! Tests for the Kusama Runtime Configuration
1818
1919
use crate::*;
20-
use frame_support::weights::{GetDispatchInfo, WeightToFee as WeightToFeeT};
20+
use frame_support::{dispatch::GetDispatchInfo, weights::WeightToFee as WeightToFeeT};
2121
use keyring::Sr25519Keyring::Charlie;
2222
use pallet_transaction_payment::Multiplier;
2323
use parity_scale_codec::Encode;

relay/polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2034,7 +2034,7 @@ sp_api::impl_runtime_apis! {
20342034
#[cfg(test)]
20352035
mod test_fees {
20362036
use super::*;
2037-
use frame_support::weights::{GetDispatchInfo, WeightToFee as WeightToFeeT};
2037+
use frame_support::{dispatch::GetDispatchInfo, weights::WeightToFee as WeightToFeeT};
20382038
use keyring::Sr25519Keyring::{Alice, Charlie};
20392039
use pallet_transaction_payment::Multiplier;
20402040
use runtime_common::MinimumMultiplier;

0 commit comments

Comments
 (0)