Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong authored and alistair-singh committed Sep 6, 2024
1 parent 14deae8 commit dfa5f83
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// limitations under the License.
use crate::imports::*;
use asset_hub_westend_runtime::xcm_config::bridging::to_ethereum::DefaultBridgeHubEthereumBaseFee;
use bridge_hub_westend_runtime::EthereumInboundQueue;
use bridge_hub_westend_runtime::{xcm_config::TreasuryAccount, EthereumInboundQueue};
use codec::{Decode, Encode};
use emulated_integration_tests_common::{
PenpalBSiblingSovereignAccount, RESERVABLE_ASSET_ID, TELEPORTABLE_ASSET_ID,
Expand Down Expand Up @@ -294,6 +294,7 @@ fn transfer_relay_token() {
BridgeHubWestend::sibling_location_of(AssetHubWestend::para_id()),
);
BridgeHubWestend::fund_accounts(vec![(assethub_sovereign.clone(), INITIAL_FUND)]);
BridgeHubWestend::fund_accounts(vec![(TreasuryAccount::get(), INITIAL_FUND * 10)]);

let asset_id: Location = Location { parents: 1, interior: [].into() };
let expected_asset_id: Location =
Expand Down

0 comments on commit dfa5f83

Please sign in to comment.