Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jun 25, 2024
1 parent 20fa96a commit 50c85da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_wallet_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ def callback(msg: JSONRPCNotficationParams):

assert msg_stack[0].payload["paid"] is False

# TODO: we also send this when the quote is pending but the API does not express that yet
assert msg_stack[1].payload["paid"] is True

# await asyncio.sleep(2)
# this will cause a second message
assert msg_stack[2].payload["paid"] is True


Expand Down

0 comments on commit 50c85da

Please sign in to comment.