Skip to content

Commit

Permalink
adjust integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoka committed Sep 24, 2024
1 parent 90a02c6 commit 53e6862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/src/cross_chain_transfer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ fn transfer_dot_reserve_from_asset_hub_to_hydra_should_work() {

#[test]
fn transfer_dot_from_hydra_to_asset_hub() {
let init_hydra_para_dot_balance_on_ah = 2000 * UNITS;
let init_hydra_para_dot_balance_on_ah = 4000 * UNITS;
let hydra_at_ah = Location::new(
1,
cumulus_primitives_core::Junctions::X1(Arc::new([cumulus_primitives_core::Junction::Parachain(HYDRA_PARA_ID)])),
Expand Down Expand Up @@ -797,7 +797,7 @@ fn transfer_dot_from_hydra_to_asset_hub() {

assert_eq!(
hydradx_runtime::Tokens::free_balance(DOT, &AccountId::from(ALICE)),
init_hydra_para_dot_balance_on_ah - transfer_amount
ALICE_INITIAL_DOT_BALANCE - transfer_amount
);
});

Expand Down

0 comments on commit 53e6862

Please sign in to comment.