Skip to content
Closed

empty #150

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
1 change: 1 addition & 0 deletions tests/test_tron/test_tron_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ async def test_get_block_by_number(tron_client: AioTxTRONClient):
(1, "test_memo", DESTINATION_ADDRESS, "d", ValueError, ""),
],
)

@vcr_c.use_cassette("tron/send_trx.yaml")
async def test_send_trx(
tron_client: AioTxTRONClient,
Expand Down
Loading