git.delta.rocks / unique-network / refs/commits / 1a0647ecee1e

difftreelog

fix unit tests

Trubnikov Sergey2022-12-09parent: #1c5f13f.patch.diff
in: master

1 file changed

modifiedruntime/tests/src/lib.rsdiffbeforeafterboth
62 UncheckedExtrinsic = UncheckedExtrinsic,62 UncheckedExtrinsic = UncheckedExtrinsic,
63 {63 {
64 System: frame_system,64 System: frame_system,
65 Unique: pallet_unique::{Pallet, Call, Storage, Event<T>},65 Unique: pallet_unique::{Pallet, Call, Storage},
66 Balances: pallet_balances::{Pallet, Call, Storage, Event<T>},66 Balances: pallet_balances::{Pallet, Call, Storage, Event<T>},
67 Common: pallet_common::{Pallet, Storage, Event<T>},67 Common: pallet_common::{Pallet, Storage, Event<T>},
68 Fungible: pallet_fungible::{Pallet, Storage},68 Fungible: pallet_fungible::{Pallet, Storage},
273}273}
274274
275impl pallet_unique::Config for Test {275impl pallet_unique::Config for Test {
276 type RuntimeEvent = RuntimeEvent;
277 type WeightInfo = ();276 type WeightInfo = ();
278 type CommonWeightInfo = CommonWeights<Self>;277 type CommonWeightInfo = CommonWeights<Self>;
279 type RefungibleExtensionsWeightInfo = CommonWeights<Self>;278 type RefungibleExtensionsWeightInfo = CommonWeights<Self>;