update test checks

This commit is contained in:
Aditya Asgaonkar 2023-07-19 10:37:15 -07:00
parent 5e3c0107ef
commit 752f2a0476
1 changed files with 1 additions and 0 deletions

View File

@ -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)