Skip to content

Commit

Permalink
fix type XcmConfig instead of XCMConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
RustNinja committed Mar 29, 2023
1 parent 2717818 commit 1c9aad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/integration-tests/pendulum/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use polkadot_parachain::primitives::{
decl_test_relay_chain! {
pub struct Relay {
Runtime = polkadot_runtime::Runtime,
XcmConfig = polkadot_runtime::xcm_config::XCMConfig,
XcmConfig = polkadot_runtime::xcm_config::XcmConfig,
new_ext = relay_ext(),
}
}
Expand Down

0 comments on commit 1c9aad6

Please sign in to comment.