remove unnecessary assert

This commit is contained in:
Alex Stokes 2021-07-06 17:28:55 -07:00
parent 153e1b34dd
commit ac8b4000d3
No known key found for this signature in database
GPG Key ID: 99B3D88FD6C55A69
1 changed files with 0 additions and 1 deletions

View File

@ -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_indices = get_committee_indices(spec, state, duplicates=True)
committee_size = len(committee_indices) committee_size = len(committee_indices)
committee_bits = [False] * committee_size 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))) active_validator_count = len(spec.get_active_validator_indices(state, spec.get_current_epoch(state)))
# Preconditions of this test case # Preconditions of this test case