Skip to content
This repository was archived by the owner on Jul 2, 2026. It is now read-only.

Commit f86a4da

Browse files
committed
nit
1 parent 2ed8113 commit f86a4da

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

src/ethereum_test_specs/tests/test_expect.py

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -423,12 +423,7 @@ def test_block_intermediate_state(
423423
pre=pre,
424424
post=block_3.expected_post_state,
425425
blocks=[block_1, block_2, block_3],
426-
).generate(
427-
# type: ignore
428-
t8n=default_t8n,
429-
fork=fork,
430-
fixture_format=fixture_format,
431-
)
426+
).generate(t8n=default_t8n, fork=fork, fixture_format=fixture_format)
432427
return
433428
else:
434429
BlockchainTest(
@@ -438,9 +433,4 @@ def test_block_intermediate_state(
438433
pre=pre,
439434
post=block_3.expected_post_state,
440435
blocks=[block_1, block_2, block_3],
441-
).generate(
442-
# type: ignore
443-
t8n=default_t8n,
444-
fork=fork,
445-
fixture_format=fixture_format,
446-
)
436+
).generate(t8n=default_t8n, fork=fork, fixture_format=fixture_format)

0 commit comments

Comments
 (0)