From c420968f664d6400ebfadab56ebdc9a3bb66e93a Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Wed, 14 Jul 2021 11:08:54 -0600 Subject: [PATCH] fix last beta.1 mainnet test --- .../altair/epoch_processing/test_process_inactivity_updates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/pyspec/eth2spec/test/altair/epoch_processing/test_process_inactivity_updates.py b/tests/core/pyspec/eth2spec/test/altair/epoch_processing/test_process_inactivity_updates.py index fd1bf3c57..634c7bc48 100644 --- a/tests/core/pyspec/eth2spec/test/altair/epoch_processing/test_process_inactivity_updates.py +++ b/tests/core/pyspec/eth2spec/test/altair/epoch_processing/test_process_inactivity_updates.py @@ -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,