File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -584,23 +584,6 @@ def test_repr_method(transaction_id):
584584 assert "transaction_memo='Test memo'" in repr_full
585585 assert "transaction_fee=100000" in repr_full
586586 assert "receipt_status='SUCCESS'" in repr_full
587- expected_repr_full = (
588- f"TransactionRecord(transaction_id='{ transaction_id } ', "
589- f"transaction_hash=b'\\ x01\\ x02\\ x03\\ x04', "
590- f"transaction_memo='Test memo', "
591- f"transaction_fee=100000, "
592- f"receipt_status='SUCCESS', "
593- f"token_transfers={{}}, "
594- f"nft_transfers={{}}, "
595- f"transfers={{}}, "
596- f"new_pending_airdrops={ []} , "
597- f"call_result=None, "
598- f"prng_number=None, "
599- f"prng_bytes=None, "
600- f"duplicates_count=0, "
601- f"children_count=0)"
602- )
603- assert repr (record_full ) == expected_repr_full
604587 assert "consensus_timestamp=" in repr_full
605588 assert f"schedule_ref={ sched } " in repr_full
606589 assert "assessed_custom_fees=" in repr_full
You can’t perform that action at this time.
0 commit comments