Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
NunoAlexandre committed Sep 8, 2023
1 parent bab9296 commit 619d006
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,13 @@ use crate::{
setup::{cfg, dollar, ALICE, BOB, PARA_ID_MOONBEAM},
test_net::{Development, Moonbeam, RelayChain, TestNet},
tests::liquidity_pools::utils::{
get_default_moonbeam_native_token_location, DEFAULT_BALANCE_GLMR,
get_default_moonbeam_native_token_location, DEFAULT_BALANCE_CFG, DEFAULT_BALANCE_GLMR,
DEFAULT_MOONBEAM_LOCATION,
},
},
utils::{AUSD_CURRENCY_ID, GLIMMER_CURRENCY_ID, MOONBEAM_EVM_CHAIN_ID},
*,
};
use crate::liquidity_pools::pallet::development::tests::liquidity_pools::utils::DEFAULT_BALANCE_CFG;

/// NOTE: We can't actually verify that the messages hits the
/// LiquidityPoolsXcmRouter contract on Moonbeam since that would require a
Expand Down

0 comments on commit 619d006

Please sign in to comment.