Skip to content

Commit

Permalink
remove from parameter_types
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Mar 14, 2024
1 parent 48d6603 commit dfd1f44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pallets/async-backing/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ impl pallet_timestamp::Config for Test {
parameter_types! {
pub const AllowMultipleBlocksPerSlot: bool = true;
pub const SlotDuration: u64 = 12000;
type ExpectedBlockTime = ConstU64<1>;
}

impl async_backing::Config for Test {
Expand Down

0 comments on commit dfd1f44

Please sign in to comment.