This commit is contained in:
Hsiao-Wei Wang 2021-12-03 02:17:57 +08:00
parent dc52b35145
commit 6308cee7a6
No known key found for this signature in database
GPG Key ID: 1111A8A81778319E
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ def _apply_base_block_a(spec, state, store, test_steps):
@with_all_phases @with_all_phases
@spec_state_test @spec_state_test
def test_ex_ante_secnario_1_with_boost(spec, state): def test_ex_ante_scenario_1_with_boost(spec, state):
""" """
With a single adversarial attestation With a single adversarial attestation
@ -98,7 +98,7 @@ def test_ex_ante_secnario_1_with_boost(spec, state):
@spec_configured_state_test({ @spec_configured_state_test({
'PROPOSER_SCORE_BOOST': 0, 'PROPOSER_SCORE_BOOST': 0,
}) })
def test_ex_ante_secnario_1_without_boost(spec, state): def test_ex_ante_scenario_1_without_boost(spec, state):
""" """
With a single adversarial attestation With a single adversarial attestation