From 6c50512f0969ecd9f12fef65a9764c72256127d7 Mon Sep 17 00:00:00 2001 From: Altynbek Orumbayev Date: Mon, 30 Sep 2024 12:45:28 +0200 Subject: [PATCH] chore: removing typo assert in test_itxn_ops --- tests/test_op.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_op.py b/tests/test_op.py index 1b3817b..a476591 100644 --- a/tests/test_op.py +++ b/tests/test_op.py @@ -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: