mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 09:35:00 -05:00
Update test_libs/pyspec/eth2spec/test/sanity/test_blocks.py
Co-Authored-By: Danny Ryan <dannyjryan@gmail.com>
This commit is contained in:
committed by
GitHub
parent
c061abdd75
commit
1202502bcb
@@ -63,7 +63,7 @@ def test_empty_block_transition(spec, state):
|
||||
|
||||
assert len(state.eth1_data_votes) == pre_eth1_votes + 1
|
||||
assert spec.get_block_root_at_slot(state, pre_slot) == block.parent_root
|
||||
assert spec.get_randao_mix(state, spec.get_current_epoch(state)) != spec.Root()
|
||||
assert spec.get_randao_mix(state, spec.get_current_epoch(state)) != spec.Bytes32()
|
||||
|
||||
|
||||
@with_all_phases
|
||||
|
||||
Reference in New Issue
Block a user