From 478b437b053450eccf36ab51d1649973c09936d8 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Mon, 12 Dec 2022 08:25:31 -0700 Subject: [PATCH] lint --- .../test/capella/block_processing/test_process_withdrawals.py | 2 ++ 1 file changed, 2 insertions(+) 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 dc913e5d7..8292e66ce 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 @@ -180,6 +180,7 @@ def test_success_all_fully_withdrawable_in_one_sweep(spec, state): fully_withdrawable_indices=fully_withdrawable_indices, partial_withdrawals_indices=partial_withdrawals_indices) + @with_phases([CAPELLA]) @with_presets([MINIMAL], reason="too many validators with mainnet config") @spec_state_test @@ -217,6 +218,7 @@ def test_success_all_partially_withdrawable_in_one_sweep(spec, state): fully_withdrawable_indices=fully_withdrawable_indices, partial_withdrawals_indices=partial_withdrawals_indices) + @with_phases([CAPELLA]) @with_presets([MINIMAL], reason="too many validators with mainnet config") @spec_state_test