Skip to content

Commit 4e61bca

Browse files
fix: resolve typing issue
1 parent 688e861 commit 4e61bca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/benchmark/test_worst_blocks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,10 @@ def test_block_full_of_ether_transfers(
156156
)
157157

158158
benchmark_test(
159-
genesis_environment=env,
159+
env=env,
160160
pre=pre,
161161
post=post_state,
162162
blocks=[Block(txs=txs)],
163-
exclude_full_post_state_in_output=True,
164163
expected_benchmark_gas_used=iteration_count * intrinsic_cost,
165164
)
166165

0 commit comments

Comments
 (0)