From 3d82a19b3b143033e96063bc6a4262a9f0d9e93d Mon Sep 17 00:00:00 2001 From: Potuz Date: Thu, 10 Nov 2022 08:41:55 -0300 Subject: [PATCH] whitespace --- .../test/capella/block_processing/test_process_withdrawals.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/core/pyspec/eth2spec/test/capella/block_processing/test_process_withdrawals.py b/tests/core/pyspec/eth2spec/test/capella/block_processing/test_process_withdrawals.py index 943277a83..bab60a03d 100644 --- a/tests/core/pyspec/eth2spec/test/capella/block_processing/test_process_withdrawals.py +++ b/tests/core/pyspec/eth2spec/test/capella/block_processing/test_process_withdrawals.py @@ -96,7 +96,6 @@ def test_success_zero_expected_withdrawals(spec, state): yield from run_withdrawals_processing(spec, state, execution_payload) - @with_capella_and_later @spec_state_test def test_success_one_full_withdrawal(spec, state):