Rename test_apply_pending_deposit to test_process_pending_deposit

This commit is contained in:
Justin Traglia 2024-10-04 09:22:16 -05:00
parent 770598438e
commit 77d2865eee
No known key found for this signature in database
GPG Key ID: F099C9CD25DF82A1
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from eth2spec.test.context import (
with_electra_and_later,
always_bls,
)
from tests.core.pyspec.eth2spec.test.helpers.deposits import (
from eth2spec.test.helpers.deposits import (
prepare_pending_deposit,
run_pending_deposit_applying,
)

View File

@ -39,6 +39,7 @@ if __name__ == "__main__":
_new_electra_mods = {key: 'eth2spec.test.electra.epoch_processing.test_process_' + key for key in [
'effective_balance_updates',
'pending_deposit',
'pending_deposits',
'pending_consolidations',
]}