Skip to content

Commit d64e537

Browse files
committed
Fix presets for process_attestation test
1 parent f4a7f02 commit d64e537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/core/pyspec/eth2spec/test/electra/block_processing/test_process_attestation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def test_multiple_committees(spec, state):
104104

105105
@with_electra_and_later
106106
@spec_state_test
107+
@with_presets([MINIMAL], "need multiple committees per slot")
107108
@always_bls
108109
def test_one_committee_with_gap(spec, state):
109110
attestation = get_valid_attestation(spec, state, index=1, signed=True)

0 commit comments

Comments
 (0)