Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tests/test_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -938,9 +938,8 @@ def test_itxn_ops(context: AlgopyTestContext) -> None:
assert context.txn.last_active.num_logs == algopy.UInt64(0)
assert context.txn.last_active.last_log == algopy.Bytes(b"")

# Test created_app and created_asset (should be created for these transactions)
# Test created_app attr (should be set after the application call)
assert hasattr(appl_itxn, "created_app")
assert hasattr(pay_itxn, "created_asset")


def test_blk_seed_existing_block(context: AlgopyTestContext) -> None:
Expand Down