From 9a34025039744aca8af1e32620dc5414a2ed8dbe Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Tue, 23 Mar 2021 11:57:50 +0000 Subject: [PATCH] test: initialize balances when constructing runtime --- --- a/pallets/nft/src/mock.rs +++ b/pallets/nft/src/mock.rs @@ -24,6 +24,7 @@ { System: frame_system::{Module, Call, Config, Storage, Event}, TemplateModule: pallet_template::{Module, Call, Storage}, + Balances: pallet_balances::{Module, Call, Storage}, } ); -- gitstuff