Skip to content

Commit afe7f64

Browse files
committed
tests/eip4844: Uncomment mistake.
1 parent c5f15f1 commit afe7f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cancun/eip4844_blobs/test_blob_txs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,8 +694,8 @@ def test_invalid_blob_hash_versioning(
694694
"destination_account,tx_error", [(None, "no_contract_creating_blob_txs")], ids=[""]
695695
)
696696
# TODO: Uncomment after #242 -> https://github.com/ethereum/execution-spec-tests/issues/242
697-
# @pytest.mark.valid_from("Cancun")
698697
@pytest.mark.skip(reason="Unable to fill due to invalid field in transaction")
698+
@pytest.mark.valid_from("Cancun")
699699
def test_invalid_blob_tx_contract_creation(
700700
blockchain_test: BlockchainTestFiller,
701701
pre: Dict,

0 commit comments

Comments
 (0)