Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
8cd96d9f
Unverified
Commit
8cd96d9f
authored
Nov 24, 2021
by
Sergey Pepyakin
Committed by
GitHub
Nov 24, 2021
Browse files
OCD: Remove ,) in PVF (#4362)
parent
49bb2268
Pipeline
#167778
passed with stages
in 37 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
node/core/pvf/src/host.rs
View file @
8cd96d9f
...
...
@@ -1043,7 +1043,7 @@ mod tests {
.unwrap
();
assert_matches!
(
result_rx_pvf_1_1
.now_or_never
()
.unwrap
()
.unwrap
(),
Err
(
ValidationError
::
InvalidCandidate
(
InvalidCandidate
::
AmbigiousWorkerDeath
,
))
Err
(
ValidationError
::
InvalidCandidate
(
InvalidCandidate
::
AmbigiousWorkerDeath
))
);
result_tx_pvf_1_2
...
...
@@ -1051,7 +1051,7 @@ mod tests {
.unwrap
();
assert_matches!
(
result_rx_pvf_1_2
.now_or_never
()
.unwrap
()
.unwrap
(),
Err
(
ValidationError
::
InvalidCandidate
(
InvalidCandidate
::
AmbigiousWorkerDeath
,
))
Err
(
ValidationError
::
InvalidCandidate
(
InvalidCandidate
::
AmbigiousWorkerDeath
))
);
result_tx_pvf_2
...
...
@@ -1059,7 +1059,7 @@ mod tests {
.unwrap
();
assert_matches!
(
result_rx_pvf_2
.now_or_never
()
.unwrap
()
.unwrap
(),
Err
(
ValidationError
::
InvalidCandidate
(
InvalidCandidate
::
AmbigiousWorkerDeath
,
))
Err
(
ValidationError
::
InvalidCandidate
(
InvalidCandidate
::
AmbigiousWorkerDeath
))
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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