Skip to content

Commit

Permalink
name refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed Oct 9, 2024
1 parent ce9f297 commit 5e1fc8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xcm-simulator/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -573,12 +573,12 @@ fn xcmp_create_asset() {
// assert_eq!(parachain::Balances::free_balance(child_account_id(PARA_A_ID)), INITIAL_BALANCE);
// });

let foreign_asset_id_location =
let para_a_native_asset_location =
xcm::v3::Location::new(1, [xcm::v3::Junction::Parachain(PARA_A_ID)]);

let create_asset =
parachain::RuntimeCall::ForeignAssets(pallet_assets::Call::<parachain::Runtime>::create {
id: foreign_asset_id_location,
id: para_a_native_asset_location,
admin: ALICE,
min_balance: 1000,
});
Expand Down

0 comments on commit 5e1fc8d

Please sign in to comment.