Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Feb 17, 2024
1 parent 7921326 commit dd50b23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_mint_lightning_blink.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def test_blink_create_invoice():
mock_response = {
"data": {
"lnInvoiceCreateOnBehalfOfRecipient": {
"invoice": {"paymentRequest": (payment_request)}
"invoice": {"paymentRequest": payment_request}
}
}
}
Expand All @@ -59,7 +59,6 @@ async def test_blink_create_invoice():
@respx.mock
@pytest.mark.asyncio
async def test_blink_pay_invoice():

mock_response = {
"data": {
"lnInvoicePaymentSend": {
Expand Down

0 comments on commit dd50b23

Please sign in to comment.