File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
//! Tests for the Kusama Runtime Configuration
18
18
19
19
use crate :: * ;
20
- use frame_support:: weights :: { GetDispatchInfo , WeightToFee as WeightToFeeT } ;
20
+ use frame_support:: { dispatch :: GetDispatchInfo , weights :: WeightToFee as WeightToFeeT } ;
21
21
use keyring:: Sr25519Keyring :: Charlie ;
22
22
use pallet_transaction_payment:: Multiplier ;
23
23
use parity_scale_codec:: Encode ;
Original file line number Diff line number Diff line change @@ -2034,7 +2034,7 @@ sp_api::impl_runtime_apis! {
2034
2034
#[ cfg( test) ]
2035
2035
mod test_fees {
2036
2036
use super :: * ;
2037
- use frame_support:: weights :: { GetDispatchInfo , WeightToFee as WeightToFeeT } ;
2037
+ use frame_support:: { dispatch :: GetDispatchInfo , weights :: WeightToFee as WeightToFeeT } ;
2038
2038
use keyring:: Sr25519Keyring :: { Alice , Charlie } ;
2039
2039
use pallet_transaction_payment:: Multiplier ;
2040
2040
use runtime_common:: MinimumMultiplier ;
You can’t perform that action at this time.
0 commit comments