diff --git a/runtime/moonbase/tests/xcm_mock/parachain.rs b/runtime/moonbase/tests/xcm_mock/parachain.rs index 416c9a5df8..5dd0062a39 100644 --- a/runtime/moonbase/tests/xcm_mock/parachain.rs +++ b/runtime/moonbase/tests/xcm_mock/parachain.rs @@ -777,9 +777,9 @@ impl pallet_xcm_transactor::Config for Runtime { type SovereignAccountDispatcherOrigin = frame_system::EnsureRoot; type CurrencyId = CurrencyId; type AccountIdToLocation = xcm_primitives::AccountIdToLocation; - type CurrencyIdToLocation = moonbase_runtime::xcm_config::CurrencyIdToLocation<( + type CurrencyIdToLocation = CurrencyIdToLocation<( EvmForeignAssets, - AsAssetType, + AsAssetType, )>; type SelfLocation = SelfLocation; type Weigher = xcm_builder::FixedWeightBounds;