Update tests/core/pyspec/eth2spec/test/altair/sanity/test_blocks.py

This commit is contained in:
Alex Stokes 2021-07-08 06:14:47 -07:00 committed by GitHub
parent 36d2dacdcf
commit 19001055e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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