From ea33eac282f2d4e1eaffe00188a2bd8c65d2e8e8 Mon Sep 17 00:00:00 2001 From: james-prysm <90280386+james-prysm@users.noreply.github.com> Date: Fri, 26 Jul 2024 09:57:57 -0500 Subject: [PATCH] Update tests/core/pyspec/eth2spec/test/electra/epoch_processing/test_apply_pending_deposit.py Co-authored-by: Mikhail Kalinin --- .../test/electra/epoch_processing/test_apply_pending_deposit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/pyspec/eth2spec/test/electra/epoch_processing/test_apply_pending_deposit.py b/tests/core/pyspec/eth2spec/test/electra/epoch_processing/test_apply_pending_deposit.py index 43ad42024..bcf1af84f 100644 --- a/tests/core/pyspec/eth2spec/test/electra/epoch_processing/test_apply_pending_deposit.py +++ b/tests/core/pyspec/eth2spec/test/electra/epoch_processing/test_apply_pending_deposit.py @@ -10,7 +10,7 @@ from eth2spec.test.helpers.state import next_epoch_via_block @with_electra_and_later @spec_state_test def test_apply_pending_deposit_add_validator_to_registry(spec, state): - amount = 100 + amount = spec.MIN_ACTIVATION_BALANCE # select validator set outside of the mainnet preset of 256 index = 2000