Skip to content

Commit

Permalink
Fix test for notification of custommsg
Browse files Browse the repository at this point in the history
I forgot to add a `break` clause at the end of the test.

Without the break the test will keep waiting forever
on a `custommsg` that will never arrive
  • Loading branch information
ErikDeSmedt committed Feb 21, 2024
1 parent 772f228 commit 6456700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cln_rs.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,3 +436,4 @@ def test_grpc_custommsg_notification(node_factory):
assert custommsg.peer_id.hex() == l2.info["id"]
assert custommsg.payload.hex() == "3131313174657374"
assert custommsg.payload == b"1111test"
break

0 comments on commit 6456700

Please sign in to comment.