Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix test (#3240)
Browse files Browse the repository at this point in the history
  • Loading branch information
gui1117 authored Jun 14, 2021
1 parent 4f8cace commit 9e7abd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/common/src/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ mod tests {
parameter_types! {
pub const BlockHashCount: u64 = 250;
pub BlockWeights: limits::BlockWeights = limits::BlockWeights::builder()
.base_block(10)
.for_class(DispatchClass::all(), |weight| {
weight.base_extrinsic = 100;
})
Expand Down

0 comments on commit 9e7abd5

Please sign in to comment.