Skip to content

Commit 7270a51

Browse files
committed
chore(tests): improve fixture docstring
1 parent 5424d1b commit 7270a51

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/prague/eip7685_general_purpose_el_requests/test_request_types.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929

3030
@pytest.fixture
3131
def block_body_extra_requests(fork: Fork, invalid_request_data: bytes) -> List[bytes]:
32-
"""List of requests that overwrite the requests in the header. None by default."""
32+
"""
33+
Create a request with an invalid type for the fork.
34+
35+
This overrides the default fixture and its behavior defined in conftest.py.
36+
"""
3337
invalid_request_type = fork.max_request_type() + 1
3438
return [bytes([invalid_request_type]) + invalid_request_data]
3539

0 commit comments

Comments
 (0)