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
|
||||
@leaking()
|
||||
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(
|
||||
spec, state,
|
||||
set_full_participation, zero_inactivity_scores,
|
||||
|
|
Loading…
Reference in New Issue