File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/cancun/eip4844_blobs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
750750def 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" )
10201020def test_invalid_tx_blob_count (
10211021 state_test : StateTestFiller ,
10221022 state_env : Environment ,
You can’t perform that action at this time.
0 commit comments