Skip to content

Commit

Permalink
fix: compilation issue for xcm-emulator tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Nov 21, 2024
1 parent b1039bb commit 4f5429d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/emulated/src/mock/para_chains.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ decl_test_parachains! {
runtime = spiritnet_runtime,
core = {
XcmpMessageHandler: spiritnet_runtime::XcmpQueue,
LocationToAccountId: spiritnet_runtime::xcm_config::LocationToAccountIdConverter,
LocationToAccountId: spiritnet_runtime::xcm::LocationToAccountIdConverter,
ParachainInfo: spiritnet_runtime::ParachainInfo,
MessageOrigin: cumulus_primitives_core::AggregateMessageOrigin,
},
Expand Down

0 comments on commit 4f5429d

Please sign in to comment.