difftreelog
fix qtz/unq xcm unit tests
in: master
2 files changed
runtime/quartz/src/tests/xcm.rsdiffbeforeafterboth15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.161617use logtest::Logger;17use logtest::Logger;18use crate::{runtime_common::tests::xcm::*, xcm_config::Barrier};18use crate::{runtime_common::tests::xcm::*, xcm_barrier::Barrier};191920const QUARTZ_PARA_ID: u32 = 2095;20const QUARTZ_PARA_ID: u32 = 2095;2121runtime/unique/src/tests/xcm.rsdiffbeforeafterboth15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.161617use logtest::Logger;17use logtest::Logger;18use crate::{runtime_common::tests::xcm::*, xcm_config::Barrier};18use crate::{runtime_common::tests::xcm::*, xcm_barrier::Barrier};191920const UNIQUE_PARA_ID: u32 = 2037;20const UNIQUE_PARA_ID: u32 = 2037;2121