companion for substrate#9788 (#3858)

* companion for https://github.com/paritytech/substrate/pull/9788

* fmt

* Some fixes

* final fixes

* fix a few small things

* update Substrate

Co-authored-by: parity-processbot <>
This commit is contained in:
Kian Paimani
2021-09-21 19:08:21 +01:00
committed by GitHub
parent 71a825b3dc
commit 5bbcb665d9
7 changed files with 184 additions and 169 deletions
@@ -41,7 +41,7 @@ pub(crate) async fn test_voter_bags_migration<
let mut ext = Builder::<Block>::new()
.mode(Mode::Online(OnlineConfig {
transport: ws_url.to_string().into(),
modules: vec!["Staking".to_string()],
pallets: vec!["Staking".to_string()],
at: None,
state_snapshot: None,
}))