Skip to content

Commit

Permalink
removed extra namespace xcm::prelude::
Browse files Browse the repository at this point in the history
  • Loading branch information
x3c41a committed Oct 23, 2024
1 parent ce255ad commit 331567a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ const ALICE: [u8; 32] = [1u8; 32];

#[test]
fn location_conversion_works() {
let alice_32 = xcm::prelude::AccountId32 {
let alice_32 = AccountId32 {
network: None,
id: polkadot_core_primitives::AccountId::from(ALICE).into(),
id: AccountId::from(ALICE).into(),
};
let bob_20 = AccountKey20 { network: None, key: [123u8; 20] };

Expand Down

0 comments on commit 331567a

Please sign in to comment.