update test checks
This commit is contained in:
parent
5e3c0107ef
commit
752f2a0476
|
@ -382,6 +382,7 @@ def _run_include_votes_of_another_empty_chain(spec, state, enough_ffg, is_justif
|
|||
|
||||
# to next epoch
|
||||
next_epoch(spec, state)
|
||||
assert spec.get_head(store) == signed_block_y.message.hash_tree_root()
|
||||
next_epoch(spec, state)
|
||||
current_time = state.slot * spec.config.SECONDS_PER_SLOT + store.genesis_time
|
||||
on_tick_and_append_step(spec, store, current_time, test_steps)
|
||||
|
|
Loading…
Reference in New Issue