Fix/Remove pointless assertion

This commit is contained in:
Hsiao-Wei Wang 2019-04-07 10:03:07 +10:00
parent 47464f28dc
commit 4630b136da
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4
1 changed files with 0 additions and 1 deletions

View File

@ -354,7 +354,6 @@ def test_no_exit_churn_too_long_since_change(state):
block.slot += spec.SLOTS_PER_EPOCH
state_transition(post_state, block)
assert post_state.validator_registry[validator_index].activation_eligibility_epoch == spec.FAR_FUTURE_EPOCH
assert post_state.validator_registry[validator_index].exit_epoch == spec.FAR_FUTURE_EPOCH
assert post_state.exit_queue_filled == pre_state.exit_queue_filled
assert post_state.exit_epoch == pre_state.exit_epoch