mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2025-01-08 18:34:27 +03:00
tests: Fix flaky test_complex_nft_offer[royalty_pts2-False]
(#16218)
This commit is contained in:
parent
28f007aafd
commit
9d97d28094
@ -1479,6 +1479,7 @@ async def test_complex_nft_offer(
|
||||
assert trade_take is not None
|
||||
assert tx_records is not None
|
||||
await full_node_api.process_transaction_records(records=tx_records)
|
||||
await full_node_api.wait_for_wallets_synced(wallet_nodes=[wallet_node_maker, wallet_node_taker], timeout=30)
|
||||
|
||||
# Now let's make sure the final wallet state is correct
|
||||
maker_royalty_summary = NFTWallet.royalty_calculation(
|
||||
|
Loading…
Reference in New Issue
Block a user