difftreelog
test fix unit
in: master
4 files changed
pallets/collator-selection/src/mock.rsdiffbeforeafterboth--- a/pallets/collator-selection/src/mock.rs
+++ b/pallets/collator-selection/src/mock.rs
@@ -114,6 +114,7 @@
type MaxHolds = MaxHolds;
type MaxFreezes = MaxFreezes;
type RuntimeHoldReason = RuntimeHoldReason;
+ type RuntimeFreezeReason = RuntimeFreezeReason;
}
pub struct Author4;
pallets/identity/src/tests.rsdiffbeforeafterboth--- a/pallets/identity/src/tests.rs
+++ b/pallets/identity/src/tests.rs
@@ -101,6 +101,7 @@
type ReserveIdentifier = [u8; 8];
type WeightInfo = ();
type RuntimeHoldReason = RuntimeHoldReason;
+ type RuntimeFreezeReason = RuntimeFreezeReason;
type FreezeIdentifier = ();
type MaxHolds = ();
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.rsdiffbeforeafterboth--- a/runtime/tests/src/lib.rs
+++ b/runtime/tests/src/lib.rs
@@ -119,6 +119,7 @@
type FreezeIdentifier = [u8; 8];
type MaxHolds = MaxLocks;
type RuntimeHoldReason = RuntimeHoldReason;
+ type RuntimeFreezeReason = RuntimeFreezeReason;
}
parameter_types! {