Skip to content

Commit 4f5429d

Browse files
committed
fix: compilation issue for xcm-emulator tests
1 parent b1039bb commit 4f5429d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/emulated/src/mock/para_chains.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ decl_test_parachains! {
116116
runtime = spiritnet_runtime,
117117
core = {
118118
XcmpMessageHandler: spiritnet_runtime::XcmpQueue,
119-
LocationToAccountId: spiritnet_runtime::xcm_config::LocationToAccountIdConverter,
119+
LocationToAccountId: spiritnet_runtime::xcm::LocationToAccountIdConverter,
120120
ParachainInfo: spiritnet_runtime::ParachainInfo,
121121
MessageOrigin: cumulus_primitives_core::AggregateMessageOrigin,
122122
},

0 commit comments

Comments
 (0)