Skip to content

Commit cf09141

Browse files
committed
chore(tests): add back target blobs transition to cancun test.
1 parent 506ff50 commit cf09141

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/cancun/eip4844_blobs/test_excess_blob_gas_fork_transition.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -353,12 +353,7 @@ def test_invalid_post_fork_block_without_blob_fields(
353353
id="max_blobs",
354354
),
355355
pytest.param(3, [], id="no_blobs"),
356-
pytest.param(
357-
10,
358-
fork.target_blobs_per_block(timestamp=0),
359-
fork.target_blobs_per_block(timestamp=FORK_TIMESTAMP),
360-
id="target_blobs",
361-
),
356+
pytest.param(3, fork.target_blobs_per_block(timestamp=FORK_TIMESTAMP), id="target_blobs"),
362357
],
363358
)
364359
def test_fork_transition_excess_blob_gas_at_blob_genesis(

0 commit comments

Comments
 (0)