Skip to content

Commit fd1f812

Browse files
committed
fix(tests): EIP-6110 conftest
1 parent 0b02beb commit fd1f812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/prague/eip6110_deposits/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def blocks(
8282
*block_body_override_requests,
8383
max_request_type=fork.max_request_type(block_number=1, timestamp=1),
8484
).requests_list
85-
if block_body_override_requests
85+
if block_body_override_requests is not None
8686
else None,
8787
exception=exception,
8888
)

0 commit comments

Comments
 (0)