Skip to content

Commit d43e08a

Browse files
committed
Fix tests
1 parent af67ff3 commit d43e08a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/coins/btc/test_lightning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async def test_add_invoice(btc_wallet):
2323
"amount_BTC": Decimal("0.5"),
2424
"message": "test description",
2525
"status": 0,
26-
"status_str": "Expires in 15 minutes",
26+
"status_str": "Expires in about 15 minutes",
2727
"amount_msat": 50000000000,
2828
"can_receive": False,
2929
}.items()

tests/coins/btc/test_with_wallet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async def test_payment_request(btc_wallet):
4646
"amount_BTC": Decimal("0.5"),
4747
"message": "",
4848
"status": 0,
49-
"status_str": "Expires in 15 minutes",
49+
"status_str": "Expires in about 15 minutes",
5050
"amount_sat": 50000000,
5151
}.items()
5252
)

0 commit comments

Comments
 (0)