Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
9e7abd59
Unverified
Commit
9e7abd59
authored
Jun 14, 2021
by
thiolliere
Committed by
GitHub
Jun 14, 2021
Browse files
fix test (#3240)
parent
4f8cacef
Pipeline
#142261
passed with stages
in 35 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
runtime/common/src/impls.rs
View file @
9e7abd59
...
...
@@ -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
;
})
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment