We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af67ff3 commit d43e08aCopy full SHA for d43e08a
tests/coins/btc/test_lightning.py
@@ -23,7 +23,7 @@ async def test_add_invoice(btc_wallet):
23
"amount_BTC": Decimal("0.5"),
24
"message": "test description",
25
"status": 0,
26
- "status_str": "Expires in 15 minutes",
+ "status_str": "Expires in about 15 minutes",
27
"amount_msat": 50000000000,
28
"can_receive": False,
29
}.items()
tests/coins/btc/test_with_wallet.py
@@ -46,7 +46,7 @@ async def test_payment_request(btc_wallet):
46
47
"message": "",
48
49
50
"amount_sat": 50000000,
51
52
)
0 commit comments