mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Xcm Emulator: prepare XCMP on init (#2711)
* std for pallet-glutton * fix xcm-emulator init * headers for it tests
This commit is contained in:
+1
-4
@@ -23,7 +23,7 @@ use frame_support::traits::{
|
||||
tokens::Pay,
|
||||
};
|
||||
use sp_core::crypto::Ss58Codec;
|
||||
use xcm_emulator::{Network, TestExt};
|
||||
use xcm_emulator::TestExt;
|
||||
|
||||
#[test]
|
||||
fn pay_salary() {
|
||||
@@ -34,9 +34,6 @@ fn pay_salary() {
|
||||
let pay_to = Polkadot::account_id_of(ALICE);
|
||||
let pay_amount = 9000;
|
||||
|
||||
PolkadotMockNet::_init();
|
||||
PolkadotMockNet::reset();
|
||||
|
||||
AssetHub::execute_with(|| {
|
||||
type AssetHubAssets = <AssetHub as AssetHubPallet>::Assets;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user