mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 09:15:00 -05:00
Remove unnecesssary change
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user