Remove unnecesssary change

This commit is contained in:
Aditya Asgaonkar 2021-04-03 17:43:18 -07:00
parent 5194dd123c
commit 9e5ee0a083
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ def test_on_block_outside_safe_slots_and_multiple_better_justified(spec, state):
def test_on_block_outside_safe_slots_but_finality(spec, state):
# Initialization
store = get_genesis_forkchoice_store(spec, state)
time = 0
time = 100
spec.on_tick(store, time)
next_epoch(spec, state)