Skip to content

Commit a2b0f7b

Browse files
clean the event stuck in the queue that we can not consume
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent d04ca27 commit a2b0f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/functional_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7396,7 +7396,7 @@ fn test_data_loss_protect() {
73967396
}
73977397

73987398
// Clear the event received by the node A, the failure need to be handled by the API user.
7399-
assert!(!nodes[0].node.get_and_clear_pending_msg_events().is_empty());
7399+
assert!(!nodes[0].node.get_and_clear_pending_events().is_empty());
74007400
}
74017401

74027402
#[test]

0 commit comments

Comments
 (0)