Update test_libs/pyspec/tests/test_sanity.py
Co-Authored-By: JustinDrake <drakefjustin@gmail.com>
This commit is contained in:
parent
4734b22883
commit
9c2fa02658
|
@ -323,7 +323,6 @@ def test_attestation(state):
|
||||||
|
|
||||||
assert len(test_state.current_epoch_attestations) == len(state.current_epoch_attestations) + 1
|
assert len(test_state.current_epoch_attestations) == len(state.current_epoch_attestations) + 1
|
||||||
|
|
||||||
proposer_index = get_beacon_proposer_index(test_state)
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Epoch transition should move to previous_epoch_attestations
|
# Epoch transition should move to previous_epoch_attestations
|
||||||
|
|
Loading…
Reference in New Issue