difftreelog
fix unit tests
in: master
1 file changed
runtime/tests/src/lib.rsdiffbeforeafterboth62 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}274274275impl 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>;