xcm-emulator tests: remove dependency on polkadot-service full-node (#3323)

Don't bring the full polkadot node (with all its dependencies) in
`emulated-integration-tests-common` crate and deps.
This commit is contained in:
Adrian Catangiu
2024-02-15 12:13:19 +02:00
committed by GitHub
parent 5cfc05d518
commit f60486047f
5 changed files with 19 additions and 9 deletions
@@ -26,7 +26,7 @@ use polkadot_primitives::{AssignmentId, ValidatorId};
// Cumulus
use emulated_integration_tests_common::{
accounts, build_genesis_storage, get_from_seed, get_host_config, validators,
accounts, build_genesis_storage, get_host_config, validators,
};
use parachains_common::Balance;
use westend_runtime_constants::currency::UNITS as WND;
@@ -72,7 +72,7 @@ pub fn genesis() -> Storage {
x.4.clone(),
x.5.clone(),
x.6.clone(),
get_from_seed::<BeefyId>("Alice"),
x.7.clone(),
),
)
})