mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-27 10:54:47 +00:00
tiny fix to test ouptut
This commit is contained in:
parent
2b999a6c7e
commit
bd50960740
@ -429,6 +429,7 @@ def test_eth1_data_votes(state):
|
||||
|
||||
block = build_empty_block_for_next_slot(post_state)
|
||||
state_transition(post_state, block)
|
||||
blocks.append(block)
|
||||
|
||||
assert post_state.slot % spec.SLOTS_PER_ETH1_VOTING_PERIOD == 0
|
||||
assert len(post_state.eth1_data_votes) == 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user