From 0d06cd31fe81a0e9803e27296676f25192d20dc8 Mon Sep 17 00:00:00 2001 From: Dmitry Sinyavin Date: Fri, 25 Nov 2022 17:05:48 +0100 Subject: [PATCH] Fix candidate validation subsys tests --- node/core/pvf-checker/src/tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/node/core/pvf-checker/src/tests.rs b/node/core/pvf-checker/src/tests.rs index f47e642ae98d..b2ea74981ae5 100644 --- a/node/core/pvf-checker/src/tests.rs +++ b/node/core/pvf-checker/src/tests.rs @@ -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),