Skip to content

Commit

Permalink
Update polkadot/runtime/common/src/xcm_sender.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Branislav Kontur <[email protected]>
  • Loading branch information
bkchr and bkontur authored Dec 3, 2024
1 parent 123a805 commit 01dc000
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions polkadot/runtime/common/src/xcm_sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,7 @@ mod tests {
c.max_downward_message_size = u32::MAX;
});

paras::Heads::<crate::integration_tests::Test>::insert(
ParaId::from(5555),
HeadData(vec![]),
);
dmp::Pallet::<crate::integration_tests::Test>::make_parachain_reachable(5555);

// Check that the good message is validated:
assert_ok!(<Router as SendXcm>::validate(
Expand Down

0 comments on commit 01dc000

Please sign in to comment.