Skip to content

Commit 4548018

Browse files
committed
tests: blob count validation only for cancun.
1 parent c257bd3 commit 4548018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cancun/eip4844_blobs/test_blob_txs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ def test_invalid_normal_gas(
746746
@pytest.mark.parametrize(
747747
"tx_error", [TransactionException.TYPE_3_TX_MAX_BLOB_GAS_ALLOWANCE_EXCEEDED], ids=[""]
748748
)
749-
@pytest.mark.valid_from("Cancun")
749+
@pytest.mark.valid_until("Cancun")
750750
def test_invalid_block_blob_count(
751751
blockchain_test: BlockchainTestFiller,
752752
pre: Alloc,
@@ -1016,7 +1016,7 @@ def test_insufficient_balance_blob_tx_combinations(
10161016
],
10171017
ids=["too_few_blobs", "too_many_blobs"],
10181018
)
1019-
@pytest.mark.valid_from("Cancun")
1019+
@pytest.mark.valid_until("Cancun")
10201020
def test_invalid_tx_blob_count(
10211021
state_test: StateTestFiller,
10221022
state_env: Environment,

0 commit comments

Comments
 (0)