fix: is boltz wallet

This commit is contained in:
Vlad Stan
2026-03-26 11:45:16 +02:00
parent 3e1f75c4cc
commit ae92965b69
3 changed files with 12 additions and 15 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ async def test_services_pay_invoice(to_wallet, real_invoice):
)
assert payment
assert payment.memo == description
if not is_boltz_wallet:
if not is_boltz_wallet():
assert payment.status == PaymentState.SUCCESS
assert payment.preimage
else: