Unverified Commit 9e7abd59 authored by thiolliere's avatar thiolliere Committed by GitHub
Browse files

fix test (#3240)

parent 4f8cacef
Pipeline #142261 passed with stages
in 35 minutes and 13 seconds
......@@ -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;
})
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment