Skip to content

Commit 13a8ffe

Browse files
committed
tests: change description for payer_note case
1 parent 9d05ba6 commit 13a8ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_xpay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def test_xpay_simple(node_factory):
175175
# BOLT 12 (with payer_note specified).
176176
offer = l3.rpc.offer('any')['bolt12']
177177
b12 = l1.rpc.fetchinvoice(offer, '100000msat')['invoice']
178-
l1.rpc.xpay(invstring=b12, payer_note="Payment for a cup of cheap coffee")
178+
l1.rpc.xpay(invstring=b12, payer_note="Payment for a cup of coffee")
179179

180180
# Failure from l4.
181181
b11 = l4.rpc.invoice('10000msat', 'test_xpay_simple2', 'test_xpay_simple2 bolt11')['bolt11']

0 commit comments

Comments
 (0)