Refactoring Checkpoint: (WIP)
This commit is contained in:
@@ -4,7 +4,7 @@ version = "0.0.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license = "Apache-2.0"
|
||||
description = "Zagros governance integration tests with xcm-emulator"
|
||||
description = "Zagros governance integration tests with xcm-pez-emulator"
|
||||
publish = false
|
||||
documentation = "https://docs.rs/governance-zagros-integration-tests"
|
||||
repository = { workspace = true }
|
||||
|
||||
@@ -19,7 +19,7 @@ mod imports {
|
||||
pub(crate) use codec::Encode;
|
||||
pub(crate) use emulated_integration_tests_common::{
|
||||
impls::{assert_expected_events, bx, TestExt},
|
||||
xcm_emulator::Chain,
|
||||
xcm_pez_emulator::Chain,
|
||||
xcm_helpers::{
|
||||
build_xcm_send_authorize_upgrade_call, call_hash_of,
|
||||
dispatch_whitelisted_call_with_preimage,
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ use crate::{common::*, imports::*};
|
||||
use emulated_integration_tests_common::{
|
||||
assert_whitelisted,
|
||||
impls::RelayChain,
|
||||
xcm_emulator::{Chain, TestExt, Teyrchain},
|
||||
xcm_pez_emulator::{Chain, TestExt, Teyrchain},
|
||||
};
|
||||
use zagros_runtime::governance::pezpallet_custom_origins::Origin;
|
||||
use zagros_system_emulated_network::{
|
||||
|
||||
Reference in New Issue
Block a user