Skip to content

Commit 49fd9bf

Browse files
committed
f fix test comment
1 parent 88ba81d commit 49fd9bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/routing/gossip_checking.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ mod tests {
637637

638638
#[test]
639639
fn test_failing_async_lookup() {
640-
// Test an async lookup which returns an incorrect script
640+
// Test an async lookup which returns an error
641641
let (valid_announcement, chain_source, network_graph, ..) = get_test_objects();
642642

643643
let future = AccessFuture::new();
@@ -805,7 +805,7 @@ mod tests {
805805
#[test]
806806
fn test_checks_backpressure_drop() {
807807
// Test that too_many_checks_pending returns true when there are many checks pending, and
808-
// returns false if we drop some of the the futures without completion.
808+
// returns false if we drop some of the futures without completion.
809809
let secp_ctx = Secp256k1::new();
810810
let (chain_source, network_graph) = get_network();
811811

0 commit comments

Comments
 (0)