diff --git a/frame/aura/src/mock.rs b/frame/aura/src/mock.rs index abb06bc829037..04a0564f34ecd 100644 --- a/frame/aura/src/mock.rs +++ b/frame/aura/src/mock.rs @@ -70,7 +70,7 @@ impl frame_system::Config for Test { impl pallet_timestamp::Config for Test { type Moment = u64; type OnTimestampSet = Aura; - type MinimumPeriod = ConstU64<{SLOT_DURATION / 2}>; + type MinimumPeriod = ConstU64<{ SLOT_DURATION / 2 }>; type WeightInfo = (); }