Skip to content

Commit 2cd5623

Browse files
nepetcdecker
authored andcommitted
tests: Fix typo
Signed-off-by: Peter Neuroth <[email protected]>
1 parent 3050eb6 commit 2cd5623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/gl-client-py/tests/test_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def test_trampoline_pay(bitcoind, clients, node_factory):
137137
# trampoline payments must fail.
138138
with pytest.raises(
139139
expected_exception=ValueError,
140-
match="Peer doesn't suport trampoline payments",
140+
match="Peer doesn't support trampoline payments",
141141
):
142142
res = n1.trampoline_pay(inv["bolt11"], bytes.fromhex(l3.info["id"]))
143143

0 commit comments

Comments
 (0)