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 authored and cdecker committed May 16, 2024
1 parent f49cb2c commit 7ba53dc
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 @@ -455,3 +455,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 7ba53dc

Please sign in to comment.