Merge pull request #2520 from ethereum/beta.1-tests
fix last beta.1 mainnet test
This commit is contained in:
commit
b541b8e763
|
@ -218,7 +218,7 @@ def test_some_slashed_zero_scores_full_participation(spec, state):
|
||||||
@spec_state_test
|
@spec_state_test
|
||||||
@leaking()
|
@leaking()
|
||||||
def test_some_slashed_zero_scores_full_participation_leaking(spec, state):
|
def test_some_slashed_zero_scores_full_participation_leaking(spec, state):
|
||||||
slash_some_validators(spec, state, rng=Random(33221))
|
slash_some_validators(spec, state, rng=Random(332243))
|
||||||
yield from run_inactivity_scores_test(
|
yield from run_inactivity_scores_test(
|
||||||
spec, state,
|
spec, state,
|
||||||
set_full_participation, zero_inactivity_scores,
|
set_full_participation, zero_inactivity_scores,
|
||||||
|
|
Loading…
Reference in New Issue