From 9bf8ad91306a055e251d83017252f9d751a0e2f3 Mon Sep 17 00:00:00 2001 From: Antonio Sanso Date: Thu, 2 Sep 2021 11:00:51 +0200 Subject: [PATCH] Update test_process_sync_aggregate.py --- .../sync_aggregate/test_process_sync_aggregate.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/core/pyspec/eth2spec/test/altair/block_processing/sync_aggregate/test_process_sync_aggregate.py b/tests/core/pyspec/eth2spec/test/altair/block_processing/sync_aggregate/test_process_sync_aggregate.py index 4be6737e2..58acdbdde 100644 --- a/tests/core/pyspec/eth2spec/test/altair/block_processing/sync_aggregate/test_process_sync_aggregate.py +++ b/tests/core/pyspec/eth2spec/test/altair/block_processing/sync_aggregate/test_process_sync_aggregate.py @@ -23,7 +23,6 @@ from eth2spec.test.context import ( always_bls, ) - @with_altair_and_later @spec_state_test @always_bls @@ -33,9 +32,8 @@ def test_invalid_signature_bad_domain(spec, state): random_participant = rng.choice(committee_indices) block = build_empty_block_for_next_slot(spec, state) - # Exclude one participant whose signature was included. block.body.sync_aggregate = spec.SyncAggregate( - sync_committee_bits=[index != random_participant for index in committee_indices], + sync_committee_bits= committee_indices, sync_committee_signature=compute_aggregate_sync_committee_signature( spec, state,