Skip to content

Commit

Permalink
fix comoilation
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed Oct 3, 2024
1 parent f145175 commit 558d2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcm-simulator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pub type ParachainPalletXcm = pallet_xcm::Pallet<parachain::Runtime>;
mod tests {
use super::*;

use codec::Encode;
use parity_scale_codec::Encode;
use frame_support::{assert_ok, weights::Weight};
use xcm::latest::QueryResponseInfo;
use xcm_simulator::TestExt;
Expand Down

0 comments on commit 558d2d8

Please sign in to comment.