@@ -1626,10 +1626,10 @@ mod tests {
1626
1626
#[ test]
1627
1627
fn test_no_existing_test_breakage ( ) {
1628
1628
// To avoid accidentally causing all existing fuzz test cases to be useless by making minor
1629
- // changes (such as requesting feerate info in a new place), we run a pretty full
1630
- // step-through with two peers and HTLC forwarding here. Obviously this is pretty finicky,
1631
- // so this should be updated pretty liberally, but at least we'll know when changes occur.
1632
- // If nothing else, this test serves as a pretty great initial full_stack_target seed.
1629
+ // changes, we run a pretty full step-through with two peers and HTLC forwarding here.
1630
+ // Obviously this can be somewhat finicky, so this should be updated pretty liberally, but
1631
+ // at least we'll know when changes occur. If nothing else, this test serves as a pretty
1632
+ // great initial full_stack_target seed.
1633
1633
1634
1634
let test = super :: two_peer_forwarding_seed ( ) ;
1635
1635
@@ -1662,10 +1662,9 @@ mod tests {
1662
1662
#[ test]
1663
1663
fn test_gossip_exchange_breakage ( ) {
1664
1664
// To avoid accidentally causing all existing fuzz test cases to be useless by making minor
1665
- // changes (such as requesting feerate info in a new place), we exchange some gossip
1666
- // messages. Obviously this is pretty finicky, so this should be updated pretty liberally,
1667
- // but at least we'll know when changes occur.
1668
- // This test serves as a pretty good full_stack_target seed.
1665
+ // changes, we exchange some gossip messages. Obviously this is somewhat finicky, so this
1666
+ // should be updated pretty liberally, but at least we'll know when changes occur.
1667
+ // This test serves as a helpful additional full_stack_target seed.
1669
1668
1670
1669
let test = super :: gossip_exchange_seed ( ) ;
1671
1670
0 commit comments