Skip to content

Commit

Permalink
wrong string
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Oct 8, 2024
1 parent a831504 commit 9ecf021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ async def test_request_mint(wallet1: Wallet):
async def test_mint(wallet1: Wallet):
invoice = await wallet1.request_mint(64)
await pay_if_regtest(invoice.bolt11)
quote_resp = await wallet1.get_mint_quote(invoice.bolt11)
quote_resp = await wallet1.get_mint_quote(invoice.id)
assert quote_resp.request == invoice.bolt11
assert quote_resp.state == MintQuoteState.pending.value

Expand Down

0 comments on commit 9ecf021

Please sign in to comment.