Make pallet use construct_runtime in tests instead of impl_* (#7986)

This commit is contained in:
Guillaume Thiolliere
2021-01-26 15:25:04 +01:00
committed by GitHub
parent 6ae24c91e9
commit b1888395e8
18 changed files with 304 additions and 351 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
use super::*;
use mock::{
Sudo, SudoCall, Origin, Call, Test, new_test_ext, LoggerCall, Logger, System, TestEvent,
Sudo, SudoCall, Origin, Call, Test, new_test_ext, LoggerCall, Logger, System,
Event as TestEvent,
};
use frame_support::{assert_ok, assert_noop};