From 2d736139d51cb8204cc10cb6522784f9b8177346 Mon Sep 17 00:00:00 2001 From: Antonio Sanso Date: Thu, 2 Sep 2021 11:19:58 +0200 Subject: [PATCH] Update test_process_sync_aggregate.py --- .../sync_aggregate/test_process_sync_aggregate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 58acdbdde..fdb872d6e 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 @@ -33,7 +33,7 @@ def test_invalid_signature_bad_domain(spec, state): block = build_empty_block_for_next_slot(spec, state) block.body.sync_aggregate = spec.SyncAggregate( - sync_committee_bits= committee_indices, + sync_committee_bits=committee_indices, sync_committee_signature=compute_aggregate_sync_committee_signature( spec, state,