From d7448255833fbd0880501cbe070d5c2b43d48ca1 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Tue, 4 May 2021 14:36:58 -0700 Subject: [PATCH] update docs --- .../eth2spec/test/altair/transition/test_transition.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/core/pyspec/eth2spec/test/altair/transition/test_transition.py b/tests/core/pyspec/eth2spec/test/altair/transition/test_transition.py index 401a781e1..48fdd64c8 100644 --- a/tests/core/pyspec/eth2spec/test/altair/transition/test_transition.py +++ b/tests/core/pyspec/eth2spec/test/altair/transition/test_transition.py @@ -162,8 +162,8 @@ def test_transition_missing_first_post_block(state, fork_epoch, spec, post_spec, def test_transition_missing_fork_block(state, fork_epoch, spec, post_spec, pre_tag, post_tag): """ Transition from the initial `state` to the epoch after the `fork_epoch`, - producing blocks for every slot along the way except for the first block - of the new fork. + producing blocks for every slot along the way except for the last block + of the old fork. """ yield "pre", state @@ -205,8 +205,8 @@ def test_transition_missing_fork_block(state, fork_epoch, spec, post_spec, pre_t def test_transition_only_blocks_post_fork(state, fork_epoch, spec, post_spec, pre_tag, post_tag): """ Transition from the initial `state` to the epoch after the `fork_epoch`, - producing blocks for every slot along the way except for the first block - of the new fork. + skipping blocks for every slot along the way except for the first block + in the ending epoch. """ yield "pre", state