Skip to content

Commit e734410

Browse files
committed
fix(tests): raise InvalidParams for requests shorter than 1 byte
1 parent b8edede commit e734410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/prague/eip7685_general_purpose_el_requests/test_request_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
@pytest.fixture
31-
def block_body_extra_requests(fork: Fork, invalid_request_data: bytes) -> List[bytes]:
31+
def block_body_override_requests(fork: Fork, invalid_request_data: bytes) -> List[bytes]:
3232
"""
3333
Create a request with an invalid type for the fork.
3434

0 commit comments

Comments
 (0)