Skip to content

Commit b61fe3e

Browse files
committed
moved test to a better suited folder (eip7002)
1 parent c0f885d commit b61fe3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/prague/eip7685_general_purpose_el_requests/test_modified_withdrawal_contract.py renamed to tests/prague/eip7002_el_triggerable_withdrawals/test_modified_withdrawal_contract.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
abstract: Tests [EIP-7685: General purpose execution layer requests](https://eips.ethereum.org/EIPS/eip-7685)
3-
Cross testing for withdrawal and deposit request for [EIP-7685: General purpose execution layer requests](https://eips.ethereum.org/EIPS/eip-7685).
2+
abstract: Tests [EIP-7002: Execution layer triggerable withdrawals](https://eips.ethereum.org/EIPS/eip-7002)
3+
Test execution layer triggered exits [EIP-7002: Execution layer triggerable withdrawals](https://eips.ethereum.org/EIPS/eip-7002).
44
55
""" # noqa: E501
66

@@ -22,10 +22,10 @@
2222
WithdrawalRequestTransaction,
2323
)
2424
from ..eip7002_el_triggerable_withdrawals.spec import Spec as Spec_EIP7002
25-
from .spec import ref_spec_7685
25+
from .spec import ref_spec_7002
2626

27-
REFERENCE_SPEC_GIT_PATH: str = ref_spec_7685.git_path
28-
REFERENCE_SPEC_VERSION: str = ref_spec_7685.version
27+
REFERENCE_SPEC_GIT_PATH: str = ref_spec_7002.git_path
28+
REFERENCE_SPEC_VERSION: str = ref_spec_7002.version
2929

3030

3131
# @pytest.mark.parametrize(

0 commit comments

Comments
 (0)