From ca1ad2f2bcd96e20898b838591056d6ef6f8b7ac Mon Sep 17 00:00:00 2001 From: vedhavyas Date: Wed, 16 Oct 2024 15:57:40 +0530 Subject: [PATCH] fix integration tests --- tests/integration/src/xcm_api.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. ///