diff --git a/consensus/fork_choice/tests/tests.rs b/consensus/fork_choice/tests/tests.rs index 08b098707f..068b6387f0 100644 --- a/consensus/fork_choice/tests/tests.rs +++ b/consensus/fork_choice/tests/tests.rs @@ -602,7 +602,7 @@ macro_rules! assert_invalid_block { $err, $( ForkChoiceError::InvalidBlock($error) ) |+ $( if $guard )? ), - ); + ) }; } @@ -710,7 +710,7 @@ macro_rules! assert_invalid_attestation { ), "{:?}", $err - ); + ) }; }