Skip to content

Commit

Permalink
tests: blob count validation only for cancun.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Oct 31, 2024
1 parent c257bd3 commit 4548018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cancun/eip4844_blobs/test_blob_txs.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ def test_invalid_normal_gas(
@pytest.mark.parametrize(
"tx_error", [TransactionException.TYPE_3_TX_MAX_BLOB_GAS_ALLOWANCE_EXCEEDED], ids=[""]
)
@pytest.mark.valid_from("Cancun")
@pytest.mark.valid_until("Cancun")
def test_invalid_block_blob_count(
blockchain_test: BlockchainTestFiller,
pre: Alloc,
Expand Down Expand Up @@ -1016,7 +1016,7 @@ def test_insufficient_balance_blob_tx_combinations(
],
ids=["too_few_blobs", "too_many_blobs"],
)
@pytest.mark.valid_from("Cancun")
@pytest.mark.valid_until("Cancun")
def test_invalid_tx_blob_count(
state_test: StateTestFiller,
state_env: Environment,
Expand Down

0 comments on commit 4548018

Please sign in to comment.