From ac8b4000d38ea5cefb07754a305cbaa0b88587aa Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Tue, 6 Jul 2021 17:28:55 -0700 Subject: [PATCH] remove unnecessary assert --- .../test/altair/block_processing/test_process_sync_aggregate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/core/pyspec/eth2spec/test/altair/block_processing/test_process_sync_aggregate.py b/tests/core/pyspec/eth2spec/test/altair/block_processing/test_process_sync_aggregate.py index 1228136ac..9d8ec665f 100644 --- a/tests/core/pyspec/eth2spec/test/altair/block_processing/test_process_sync_aggregate.py +++ b/tests/core/pyspec/eth2spec/test/altair/block_processing/test_process_sync_aggregate.py @@ -206,7 +206,6 @@ def test_sync_committee_rewards_duplicate_committee_no_participation(spec, state committee_indices = get_committee_indices(spec, state, duplicates=True) committee_size = len(committee_indices) committee_bits = [False] * committee_size - assert len(committee_bits) == committee_size active_validator_count = len(spec.get_active_validator_indices(state, spec.get_current_epoch(state))) # Preconditions of this test case