Skip to content

Commit 2735014

Browse files
committed
? f
1 parent 7e426e4 commit 2735014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/payment_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3538,7 +3538,7 @@ fn do_no_missing_sent_on_reload(persist_manager_with_payment: bool, at_midpoint:
35383538
assert!(events.is_empty());
35393539

35403540
// TODO: This will be dropped in the next commit after we actually remove the payment!
3541-
check_added_monitors(&nodes[0], 1);
3541+
check_added_monitors(&nodes[0], 2);
35423542
}
35433543

35443544
#[test]

0 commit comments

Comments
 (0)