xcm-emulator mini fix (#3031)

This commit is contained in:
Branislav Kontur
2023-08-18 13:55:02 +02:00
committed by GitHub
parent 73cb081a05
commit 33046b6e32
6 changed files with 22 additions and 3 deletions
@@ -53,6 +53,8 @@ fn open_hrmp_channel_between_paras_works() {
bx!(relay_destination.clone()),
bx!(xcm),
));
PenpalPolkadotA::assert_xcm_pallet_sent();
});
Polkadot::execute_with(|| {
@@ -103,6 +105,8 @@ fn open_hrmp_channel_between_paras_works() {
bx!(relay_destination),
bx!(xcm),
));
PenpalPolkadotB::assert_xcm_pallet_sent();
});
Polkadot::execute_with(|| {
@@ -174,7 +174,7 @@ fn send_xcm_from_para_to_system_para_paying_fee_with_assets_works() {
bx!(xcm),
));
AssetHubPolkadot::assert_xcm_pallet_sent();
PenpalPolkadotA::assert_xcm_pallet_sent();
});
AssetHubPolkadot::execute_with(|| {