We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f330b61 commit 5e8b367Copy full SHA for 5e8b367
polkadot/node/core/backing/src/tests/mod.rs
@@ -2222,13 +2222,13 @@ fn validator_ignores_statements_from_disabled_validators() {
2222
candidate_receipt,
2223
pov: _pov,
2224
executor_params: _,
2225
- exec_timeout_kind: timeout,
+ exec_kind,
2226
response_sender: tx,
2227
},
2228
) if _pvd == pvd &&
2229
_validation_code == validation_code &&
2230
*_pov == pov && &candidate_receipt.descriptor == candidate.descriptor() &&
2231
- timeout == PvfExecTimeoutKind::Backing &&
+ exec_kind == PvfExecKind::Backing &&
2232
candidate_commitments_hash == candidate_receipt.commitments_hash =>
2233
{
2234
tx.send(Ok(
0 commit comments