From 19001055e9f276191924015c7907ed42361022c2 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Thu, 8 Jul 2021 06:14:47 -0700 Subject: [PATCH] Update tests/core/pyspec/eth2spec/test/altair/sanity/test_blocks.py --- tests/core/pyspec/eth2spec/test/altair/sanity/test_blocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/pyspec/eth2spec/test/altair/sanity/test_blocks.py b/tests/core/pyspec/eth2spec/test/altair/sanity/test_blocks.py index d87522bda..fd3f14875 100644 --- a/tests/core/pyspec/eth2spec/test/altair/sanity/test_blocks.py +++ b/tests/core/pyspec/eth2spec/test/altair/sanity/test_blocks.py @@ -102,7 +102,7 @@ def test_inactivity_scores_leaking(spec, state): yield 'blocks', [signed_block] yield 'post', state - # No particiaption during a leak so all scores should increase + # No participation during a leak so all scores should increase for pre, post in zip(previous_inactivity_scores, state.inactivity_scores): assert post == pre + spec.config.INACTIVITY_SCORE_BIAS