Skip to content

Commit 881973a

Browse files
committed
fix(tests): enable tests, rename
1 parent 08122f6 commit 881973a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/osaka/eip7594_peerdas/test_get_blobs.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def generate_full_blob_tests(
202202
"""
203203
blob_size = Spec4844.FIELD_ELEMENTS_PER_BLOB * SpecHelpers.BYTES_PER_FIELD_ELEMENT
204204
max_blobs = fork.max_blobs_per_block()
205-
full_tests = [
205+
return [
206206
pytest.param(
207207
[ # Txs
208208
[ # Blobs per transaction
@@ -242,9 +242,6 @@ def generate_full_blob_tests(
242242
id="single_blob_max_txs",
243243
),
244244
]
245-
# TODO: Enable all tests
246-
full_tests = full_tests[:1]
247-
return full_tests
248245

249246

250247
@pytest.mark.parametrize_by_fork(
@@ -253,7 +250,7 @@ def generate_full_blob_tests(
253250
)
254251
@pytest.mark.exception_test
255252
@pytest.mark.valid_from("Cancun")
256-
def test_reject_valid_full_blob_in_block_rlp(
253+
def test_get_blobs(
257254
blobs_test: BlobsTestFiller,
258255
pre: Alloc,
259256
txs: List[NetworkWrappedTransaction | Transaction],

0 commit comments

Comments
 (0)