You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fuzz/fuzz_targets/full_stack_target.rs
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -703,8 +703,7 @@ mod tests {
703
703
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Handling SendFundingLocked event in peer_handler for node 030200000000000000000000000000000000000000000000000000000000000000 for channel 3f00000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&1));// 4
704
704
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Encoding and sending message of type 133 to 030000000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&2));// 5
705
705
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Encoding and sending message of type 132 to 030000000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&2));// 6
706
-
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Handling SendHTLCs event in peer_handler for node 030200000000000000000000000000000000000000000000000000000000000000 with 1 HTLCs for channel 3f00000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&2));// 7
707
-
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Handling SendFulfillHTLCs event in peer_handler for node 030000000000000000000000000000000000000000000000000000000000000000 with payment_preimage ff00888888888888888888888888888888888888888888888888888888888888 for channel 3d00000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&1));// 8
708
-
706
+
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Handling UpdateHTLCs event in peer_handler for node 030200000000000000000000000000000000000000000000000000000000000000 with 1 adds, 0 fulfills, 0 fails for channel 3f00000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&2));// 7
707
+
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Handling UpdateHTLCs event in peer_handler for node 030000000000000000000000000000000000000000000000000000000000000000 with 0 adds, 1 fulfills, 0 fails for channel 3d00000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&1));// 8
0 commit comments