Skip to content

Commit 97ee8e8

Browse files
committed
chore: update tx blobs fixture.
1 parent 366ed80 commit 97ee8e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/osaka/eip7594_peerdas/test_get_blobs.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ def tx_wrapper_version() -> int | None:
145145

146146

147147
@pytest.fixture
148-
def txs_blobs(test_case_id) -> List[List[Blob]]:
148+
def txs_blobs(id_matcher) -> List[List[Blob]]:
149149
"""Extract blobs from the resolved test case."""
150-
return test_case_id.values[0]
150+
return id_matcher.values[0]
151151

152152

153153
@pytest.fixture(autouse=True)
@@ -275,7 +275,6 @@ def id_matcher(request, fork: Fork, client_type: ClientType):
275275
indirect=True,
276276
)
277277
@pytest.mark.valid_from("Cancun")
278-
@pytest.mark.exception_test # TODO: should we rename this to not be exception test
279278
def test_get_blobs(
280279
blobs_test: BlobsTestFiller,
281280
pre: Alloc,

0 commit comments

Comments
 (0)