Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix candidate validation subsys tests
Browse files Browse the repository at this point in the history
  • Loading branch information
s0me0ne-unkn0wn committed Nov 25, 2022
1 parent 22d7875 commit 0d06cd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/core/pvf-checker/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ impl TestState {
AllMessages::CandidateValidation(CandidateValidationMessage::PreCheck(
relay_parent,
validation_code_hash,
_,
tx,
)) => ExpectCandidatePrecheck { relay_parent, validation_code_hash, tx },
msg => panic!("Unexpected message was received: {:#?}", msg),
Expand Down

0 comments on commit 0d06cd3

Please sign in to comment.