Skip to content

Commit 5e8b367

Browse files
committed
Fix compilation errors after merge
1 parent f330b61 commit 5e8b367

File tree

1 file changed

+2
-2
lines changed
  • polkadot/node/core/backing/src/tests

1 file changed

+2
-2
lines changed

polkadot/node/core/backing/src/tests/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2222,13 +2222,13 @@ fn validator_ignores_statements_from_disabled_validators() {
22222222
candidate_receipt,
22232223
pov: _pov,
22242224
executor_params: _,
2225-
exec_timeout_kind: timeout,
2225+
exec_kind,
22262226
response_sender: tx,
22272227
},
22282228
) if _pvd == pvd &&
22292229
_validation_code == validation_code &&
22302230
*_pov == pov && &candidate_receipt.descriptor == candidate.descriptor() &&
2231-
timeout == PvfExecTimeoutKind::Backing &&
2231+
exec_kind == PvfExecKind::Backing &&
22322232
candidate_commitments_hash == candidate_receipt.commitments_hash =>
22332233
{
22342234
tx.send(Ok(

0 commit comments

Comments
 (0)