mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-08 08:45:57 +00:00
Rename test_apply_pending_deposit to test_process_pending_deposit
This commit is contained in:
parent
770598438e
commit
77d2865eee
@ -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,
|
||||
)
|
@ -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',
|
||||
]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user