From 9e7abd5906e050955ff0f48f5c7d723f5e423171 Mon Sep 17 00:00:00 2001 From: Guillaume Thiolliere Date: Mon, 14 Jun 2021 19:56:36 +0200 Subject: [PATCH] fix test (#3240) --- runtime/common/src/impls.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/common/src/impls.rs b/runtime/common/src/impls.rs index 230a1cae861e..e2504fd1f291 100644 --- a/runtime/common/src/impls.rs +++ b/runtime/common/src/impls.rs @@ -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; })