Skip to content

Commit

Permalink
Add always_bls decorator to test_process_pending_deposits_multiple_fo…
Browse files Browse the repository at this point in the history
…r_new_validator (#4121)
  • Loading branch information
bshastry authored Feb 6, 2025
1 parent 4679aad commit 007e2c9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
with_custom_state,
scaled_churn_balances_exceed_activation_exit_churn_limit,
default_activation_threshold,
always_bls,
)
from eth2spec.test.helpers.deposits import prepare_pending_deposit
from eth2spec.test.helpers.state import (
Expand Down Expand Up @@ -335,6 +336,7 @@ def test_process_pending_deposits_multiple_pending_deposits_above_churn(spec, st

@with_electra_and_later
@spec_state_test
@always_bls
def test_process_pending_deposits_multiple_for_new_validator(spec, state):
"""
- There are three pending deposits in the state, all pointing to the same public key.
Expand Down

0 comments on commit 007e2c9

Please sign in to comment.