Update to latest Polkadot & Substrate (#850)

* Update to latest Polkadot & Substrate

* More fixes
This commit is contained in:
Bastian Köcher
2021-12-10 12:08:41 +01:00
committed by GitHub
parent a4b3b378eb
commit 2a8c07bf0b
9 changed files with 257 additions and 244 deletions
+1 -3
View File
@@ -16,9 +16,7 @@
use super::*;
use cumulus_primitives_core::XcmpMessageHandler;
use frame_support::assert_noop;
#[cfg(debug_assertions)]
use mock::Test;
use mock::{new_test_ext, Origin, XcmpQueue};
use mock::{new_test_ext, Origin, Test, XcmpQueue};
#[test]
fn one_message_does_not_panic() {