From 6edf840992af06f1aac868fc3a3a1e28e09c8098 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Sat, 11 Dec 2021 09:06:56 +0800 Subject: [PATCH] fix lint --- .../pyspec/eth2spec/test/phase0/fork_choice/test_ex_ante.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/core/pyspec/eth2spec/test/phase0/fork_choice/test_ex_ante.py b/tests/core/pyspec/eth2spec/test/phase0/fork_choice/test_ex_ante.py index 660b00eb7..d93101156 100644 --- a/tests/core/pyspec/eth2spec/test/phase0/fork_choice/test_ex_ante.py +++ b/tests/core/pyspec/eth2spec/test/phase0/fork_choice/test_ex_ante.py @@ -36,7 +36,7 @@ def _apply_base_block_a(spec, state, store, test_steps): def test_ex_ante_vanilla(spec, state): """ With a single adversarial attestation - Objects: + Objects: Block A - slot N Block B (parent A) - slot N+1 Block C (parent A) - slot N+2 @@ -124,7 +124,7 @@ def _get_greater_than_proposer_boost_score(spec, store, state, proposer_boost_ro def test_ex_ante_attestations_is_greater_than_proposer_boost_with_boost(spec, state): """ Adversarial attestations > proposer boost - Objects: + Objects: Block A - slot N Block B (parent A) - slot N+1 Block C (parent A) - slot N+2