diff --git a/cumulus/parachains/runtimes/people/people-westend/tests/tests.rs b/cumulus/parachains/runtimes/people/people-westend/tests/tests.rs index 6a222347cef5..aeabfe310d2d 100644 --- a/cumulus/parachains/runtimes/people/people-westend/tests/tests.rs +++ b/cumulus/parachains/runtimes/people/people-westend/tests/tests.rs @@ -16,15 +16,7 @@ #![cfg(test)] -use parachains_common::AccountId; -use people_westend_runtime::{ - xcm_config::LocationToAccountId, Block, Runtime, RuntimeCall, RuntimeOrigin, -}; -use sp_core::crypto::Ss58Codec; -use xcm::latest::prelude::*; -use xcm_runtime_apis::conversions::LocationToAccountHelper; - -const ALICE: [u8; 32] = [1u8; 32]; +use people_westend_runtime::Block, Runtime, RuntimeCall, RuntimeOrigin; #[test] fn xcm_payment_api_works() {