Skip to content
Snippets Groups Projects
Unverified Commit e21ae765 authored by Muharem Ismailov's avatar Muharem Ismailov
Browse files

fix tests

parent ed390784
No related merge requests found
......@@ -80,7 +80,7 @@ mod imports {
xcm_config::{
UniversalLocation as RococoUniversalLocation, XcmConfig as RococoXcmConfig,
},
OriginCaller as RococoOriginCaller,
Dmp, OriginCaller as RococoOriginCaller,
},
RococoRelayPallet as RococoPallet,
},
......
......@@ -51,6 +51,8 @@ fn treasury_creates_asset_reward_pool() {
type RococoRuntimeEvent = <Rococo as Chain>::RuntimeEvent;
type RococoRuntimeOrigin = <Rococo as Chain>::RuntimeOrigin;
Dmp::make_parachain_reachable(AssetHubRococo::para_id());
let staked_asset_id = bx!(RelayLocation::get());
let reward_asset_id = bx!(RelayLocation::get());
......
......@@ -84,6 +84,7 @@ mod imports {
xcm_config::{
UniversalLocation as WestendUniversalLocation, XcmConfig as WestendXcmConfig,
},
Dmp,
},
WestendRelayPallet as WestendPallet,
},
......
......@@ -50,6 +50,8 @@ fn treasury_creates_asset_reward_pool() {
type WestendRuntimeEvent = <Westend as Chain>::RuntimeEvent;
type WestendRuntimeOrigin = <Westend as Chain>::RuntimeOrigin;
Dmp::make_parachain_reachable(AssetHubWestend::para_id());
let staked_asset_id = bx!(RelayLocation::get());
let reward_asset_id = bx!(RelayLocation::get());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment