Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
1xstj committed Mar 31, 2023
1 parent 57b7711 commit b38b5c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pallets/asset-registry/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use frame_support::{
traits::{Everything, GenesisBuild},
};
use frame_system as system;
use polkadot_xcm::v1::MultiLocation;
use polkadot_xcm::v3::MultiLocation;
use scale_info::TypeInfo;
use sp_core::H256;
use sp_runtime::{
Expand Down
2 changes: 1 addition & 1 deletion pallets/asset-registry/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use crate::{
};

use frame_support::{assert_noop, assert_ok, BoundedVec};
use polkadot_xcm::{opaque::latest::Junctions, v1::MultiLocation};
use polkadot_xcm::{opaque::latest::Junctions, v3::MultiLocation};
use sp_runtime::DispatchError;
use sp_std::convert::TryInto;
use webb_primitives::{AssetId, Balance};
Expand Down

0 comments on commit b38b5c1

Please sign in to comment.