Skip to content

Commit 417eb44

Browse files
authored
chore(tests): fix peerdas transition test. (ethereum#2172)
1 parent 108af8c commit 417eb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osaka/eip7594_peerdas/test_max_blob_per_tx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def test_max_blobs_per_tx_fork_transition(
177177
exception=[expected_exception],
178178
)
179179
post_fork_block = Block(
180-
txs=[tx.with_nonce(2).with_error(expected_exception)],
180+
txs=[tx.with_nonce(1).with_error(expected_exception)],
181181
timestamp=FORK_TIMESTAMP + 1,
182182
exception=[expected_exception],
183183
)

0 commit comments

Comments
 (0)