From d43e08ae4a756f6a953b7e410d07af4d43b4d2ef Mon Sep 17 00:00:00 2001 From: MrNaif2018 Date: Sat, 28 Jan 2023 17:34:28 +0300 Subject: [PATCH] Fix tests --- tests/coins/btc/test_lightning.py | 2 +- tests/coins/btc/test_with_wallet.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/coins/btc/test_lightning.py b/tests/coins/btc/test_lightning.py index cdebdf8..032ed9c 100644 --- a/tests/coins/btc/test_lightning.py +++ b/tests/coins/btc/test_lightning.py @@ -23,7 +23,7 @@ async def test_add_invoice(btc_wallet): "amount_BTC": Decimal("0.5"), "message": "test description", "status": 0, - "status_str": "Expires in 15 minutes", + "status_str": "Expires in about 15 minutes", "amount_msat": 50000000000, "can_receive": False, }.items() diff --git a/tests/coins/btc/test_with_wallet.py b/tests/coins/btc/test_with_wallet.py index 95ce066..19c2bd1 100644 --- a/tests/coins/btc/test_with_wallet.py +++ b/tests/coins/btc/test_with_wallet.py @@ -46,7 +46,7 @@ async def test_payment_request(btc_wallet): "amount_BTC": Decimal("0.5"), "message": "", "status": 0, - "status_str": "Expires in 15 minutes", + "status_str": "Expires in about 15 minutes", "amount_sat": 50000000, }.items() )