Skip to content

Commit f86eb0a

Browse files
committed
how do I keep missing these?
1 parent 830329e commit f86eb0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

chia/_tests/wallet/test_wallet.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,10 +1089,8 @@ async def test_clawback_resync(self, self_hostname: str, wallet_environments: Wa
10891089
await time_out_assert(20, wsm_2.coin_store.count_small_unspent, 1, 1000, CoinType.CLAWBACK)
10901090
# clawback merkle coin
10911091
resp = await api_1.spend_clawback_coins({"coin_ids": [clawback_coin_id_1.hex()], "fee": 0})
1092-
assert resp["success"]
10931092
assert len(resp["transaction_ids"]) == 1
10941093
resp = await api_1.spend_clawback_coins({"coin_ids": [clawback_coin_id_2.hex()], "fee": 0})
1095-
assert resp["success"]
10961094
assert len(resp["transaction_ids"]) == 1
10971095

10981096
await wallet_environments.process_pending_states(

0 commit comments

Comments
 (0)