Use construct_runtime in tests (#8059)

* impl some more

* add serde

* remove unused

* fix staking fuzz

* fix system bench

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Guillaume Thiolliere
2021-02-06 21:12:46 +01:00
committed by GitHub
parent 4b1460f61f
commit 0ed683ca13
18 changed files with 446 additions and 445 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
#![cfg(test)]
use super::{Call, *};
use super::{Call, Event, *};
use crate::mock::*;
use codec::{Decode, Encode};
use fg_primitives::ScheduledChange;