difftreelog
test fix unit
in: master
4 files changed
pallets/collator-selection/src/mock.rsdiffbeforeafterboth114 type MaxHolds = MaxHolds;114 type MaxHolds = MaxHolds;115 type MaxFreezes = MaxFreezes;115 type MaxFreezes = MaxFreezes;116 type RuntimeHoldReason = RuntimeHoldReason;116 type RuntimeHoldReason = RuntimeHoldReason;117 type RuntimeFreezeReason = RuntimeFreezeReason;117}118}118119119pub struct Author4;120pub struct Author4;pallets/identity/src/tests.rsdiffbeforeafterboth101 type ReserveIdentifier = [u8; 8];101 type ReserveIdentifier = [u8; 8];102 type WeightInfo = ();102 type WeightInfo = ();103 type RuntimeHoldReason = RuntimeHoldReason;103 type RuntimeHoldReason = RuntimeHoldReason;104 type RuntimeFreezeReason = RuntimeFreezeReason;104 type FreezeIdentifier = ();105 type FreezeIdentifier = ();105 type MaxHolds = ();106 type MaxHolds = ();106 type MaxFreezes = ();107 type MaxFreezes = ();pallets/inflation/src/tests.rsdiffbeforeafterboth61 type MaxHolds = ();61 type MaxHolds = ();62 type MaxFreezes = ();62 type MaxFreezes = ();63 type RuntimeHoldReason = RuntimeHoldReason;63 type RuntimeHoldReason = RuntimeHoldReason;64 type RuntimeFreezeReason = RuntimeFreezeReason;64}65}656666frame_support::construct_runtime!(67frame_support::construct_runtime!(runtime/tests/src/lib.rsdiffbeforeafterboth119 type FreezeIdentifier = [u8; 8];119 type FreezeIdentifier = [u8; 8];120 type MaxHolds = MaxLocks;120 type MaxHolds = MaxLocks;121 type RuntimeHoldReason = RuntimeHoldReason;121 type RuntimeHoldReason = RuntimeHoldReason;122 type RuntimeFreezeReason = RuntimeFreezeReason;122}123}123124124parameter_types! {125parameter_types! {