Skip to content

Commit

Permalink
Remove accidental comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Quexington committed Sep 16, 2024
1 parent bf8e18b commit 987cbc8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions chia/_tests/wallet/cat_wallet/test_trades.py
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,6 @@ async def test_trade_cancellation(wallet_environments: WalletTestFramework) -> N

await wallet_environments.process_pending_states(
[
# tests in test_cat_wallet.py
WalletStateTransition(
pre_block_balance_updates={
"xch": {
Expand Down Expand Up @@ -2039,7 +2038,6 @@ async def test_trade_conflict(wallet_environments: WalletTestFramework) -> None:
assert await trade_manager_trader.get_coins_of_interest()
await wallet_environments.process_pending_states(
[
# tests in test_cat_wallet.py
WalletStateTransition(
pre_block_balance_updates={
"cat": {
Expand Down Expand Up @@ -2334,7 +2332,6 @@ async def test_trade_high_fee(wallet_environments: WalletTestFramework) -> None:

await wallet_environments.process_pending_states(
[
# tests in test_cat_wallet.py
WalletStateTransition(
pre_block_balance_updates={
"cat": {
Expand Down

0 comments on commit 987cbc8

Please sign in to comment.