Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Jan 28, 2023
1 parent af67ff3 commit d43e08a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/coins/btc/test_lightning.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion tests/coins/btc/test_with_wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
)
Expand Down

0 comments on commit d43e08a

Please sign in to comment.