Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Quexington committed Aug 13, 2024
1 parent 44c1d75 commit a6df3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/_tests/wallet/cat_wallet/test_cat_wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ async def test_cat_melt_balance(wallet_environments: WalletTestFramework) -> Non
assert isinstance(cat_wallet, CATWallet)

# Let's test that continuing to melt this CAT results in the correct balance changes
async with wallet.wallet_state_manager.new_action_scope(push=False) as action_scope:
async with wallet.wallet_state_manager.new_action_scope(wallet_environments.tx_config, push=False) as action_scope:
for _ in range(0, 5):
tx_amount -= 1
new_coin = (await cat_wallet.get_cat_spendable_coins())[0].coin
Expand Down

0 comments on commit a6df3ea

Please sign in to comment.