Skip to content

Commit

Permalink
Update unit test for reminder tracking.
Browse files Browse the repository at this point in the history
  • Loading branch information
arik-so committed Jun 27, 2024
1 parent 9318017 commit 693938f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ async fn test_node_announcement_delta_detection() {
assert_eq!(serialization.node_announcement_count, 3);
assert_eq!(serialization.node_update_count, 3);
assert_eq!(serialization.node_feature_update_count, 3);
assert_eq!(serialization.node_address_update_count, 1);
assert_eq!(serialization.node_address_update_count, 3);
}

/// If a channel has only seen updates in one direction, it should not be announced
Expand Down

0 comments on commit 693938f

Please sign in to comment.