Skip to content

Commit 7a8b7c9

Browse files
committed
fix(eofwrap): Ensure fixture_format is present
1 parent 88bf12d commit 7a8b7c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli/eofwrap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ def _wrap_fixture(self, fixture: BlockchainFixture, traces: bool):
313313
fork=Osaka,
314314
fixture_format=BlockchainFixture,
315315
)
316+
result.info["fixture_format"] = "blockchain_test"
316317
if traces:
317318
print_traces(t8n.get_traces())
318319
return result

0 commit comments

Comments
 (0)