Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoka committed Jan 3, 2025
1 parent 94be437 commit 48cef98
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions integration-tests/src/omnipool_liquidity_mining.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,11 @@ fn add_liquidity_stableswap_omnipool_and_join_farms_should_add_only_liquidty_whe
)
);

assert_nft_owner!(hydradx_runtime::OmnipoolCollectionId::get(), position_id, CHARLIE.into());
assert_nft_owner!(
hydradx_runtime::OmnipoolCollectionId::get(),
position_id,
CHARLIE.into()
);

set_relaychain_block_number(500);

Expand All @@ -1036,7 +1040,7 @@ fn add_liquidity_stableswap_omnipool_and_join_farms_should_add_only_liquidty_whe
AssetAmount::new(stable_asset_2, 10 * UNITS),
],
}
.into()]);
.into()]);

let stableswap_shares_amount = 20044549999405;
expect_omnipool_liquidity_added_events(vec![pallet_omnipool::Event::LiquidityAdded {
Expand All @@ -1045,7 +1049,7 @@ fn add_liquidity_stableswap_omnipool_and_join_farms_should_add_only_liquidty_whe
amount: stableswap_shares_amount,
position_id: 8,
}
.into()]);
.into()]);

expect_lm_events(vec![]);

Expand Down

0 comments on commit 48cef98

Please sign in to comment.