Remove leftover None prints in test_trade_bad_spend (#17147)

Remove leftover None prints in test_trade_bad_spend.
This commit is contained in:
Amine Khaldi 2024-01-03 21:24:45 +01:00 committed by GitHub
parent d317b47575
commit 1bc5e0039a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1801,7 +1801,7 @@ class TestCATTrades:
return wallet_node_taker._tx_messages_in_progress == {}
for _ in range(10):
print(await wallet_node_taker._resend_queue())
await wallet_node_taker._resend_queue()
await time_out_assert(5, check_wallet_cache_empty, True)
offer_tx_records: List[TransactionRecord] = await wallet_node_maker.wallet_state_manager.tx_store.get_not_sent()
await full_node.process_transaction_records(records=offer_tx_records)