git.delta.rocks / unique-network / refs/commits / db78a53b1861

difftreelog

test fix unit

Yaroslav Bolyukin2023-11-24parent: #3e2337f.patch.diff
in: master

4 files changed

modifiedpallets/collator-selection/src/mock.rsdiffbeforeafterboth
114 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}
118119
119pub struct Author4;120pub struct Author4;
modifiedpallets/identity/src/tests.rsdiffbeforeafterboth
101 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 = ();
modifiedpallets/inflation/src/tests.rsdiffbeforeafterboth
61 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}
6566
66frame_support::construct_runtime!(67frame_support::construct_runtime!(
modifiedruntime/tests/src/lib.rsdiffbeforeafterboth
119 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}
123124
124parameter_types! {125parameter_types! {