Migrate some more pallets to construct_runtime (#7975)
* WIP converting balances tests to construct_runtime * Converting balances tests_local to construct_runtime * Fix up system and balances Events * Use static Call instance in tests * Migrate indices to construct_runtime * Migrate babe test to construct_runtime * Update frame/indices/src/mock.rs Co-authored-by:Guillaume Thiolliere <gui.thiolliere@gmail.com> * Update frame/babe/src/mock.rs Co-authored-by:
Guillaume Thiolliere <gui.thiolliere@gmail.com> * Update frame/babe/src/mock.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Remove redundant import Co-authored-by:
Guillaume Thiolliere <gui.thiolliere@gmail.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
Showing
- substrate/frame/babe/src/mock.rs 28 additions, 31 deletionssubstrate/frame/babe/src/mock.rs
- substrate/frame/balances/src/tests.rs 17 additions, 33 deletionssubstrate/frame/balances/src/tests.rs
- substrate/frame/balances/src/tests_composite.rs 20 additions, 23 deletionssubstrate/frame/balances/src/tests_composite.rs
- substrate/frame/balances/src/tests_local.rs 25 additions, 27 deletionssubstrate/frame/balances/src/tests_local.rs
- substrate/frame/indices/src/mock.rs 20 additions, 26 deletionssubstrate/frame/indices/src/mock.rs
Please register or sign in to comment