Skip to content

Commit

Permalink
Update test_trades.py
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Sep 20, 2023
1 parent 6769a01 commit 0e680eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wallet/cat_wallet/test_trades.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ async def assert_trade_tx_number(wallet_node, trade_id, number):

logging.error(" ==== Waiting for wallets to sync ====")
await full_node.wait_for_wallets_synced(
wallet_nodes=[wallet_node_maker, wallet_node_taker], timeout=5 * 60, report=true
wallet_nodes=[wallet_node_maker, wallet_node_taker], timeout=5 * 60, report=True
)

if credential_restricted:
Expand Down

0 comments on commit 0e680eb

Please sign in to comment.