diff --git a/tests/integration/src/xcm_api.rs b/tests/integration/src/xcm_api.rs index a01fd203e..522cff29b 100644 --- a/tests/integration/src/xcm_api.rs +++ b/tests/integration/src/xcm_api.rs @@ -28,8 +28,8 @@ use xcm::{ }, VersionedLocation, VersionedXcm, }; -use xcm_fee_payment_runtime_api::dry_run::runtime_decl_for_dry_run_api::DryRunApiV1; -use xcm_fee_payment_runtime_api::fees::runtime_decl_for_xcm_payment_api::XcmPaymentApiV1; +use xcm_runtime_apis::dry_run::runtime_decl_for_dry_run_api::DryRunApiV1; +use xcm_runtime_apis::fees::runtime_decl_for_xcm_payment_api::XcmPaymentApiV1; /// Register an asset into `pallet-assets` instance, and register as as cross-chain asset. ///