Skip to content

Commit 07299cb

Browse files
committed
f fix test comment
1 parent a1d3341 commit 07299cb

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
@@ -645,7 +645,7 @@ mod tests {
645645

646646
#[test]
647647
fn test_failing_async_lookup() {
648-
// Test an async lookup which returns an incorrect script
648+
// Test an async lookup which returns an error
649649
let (valid_announcement, chain_source, network_graph, ..) = get_test_objects();
650650

651651
let future = AccessFuture::new();
@@ -813,7 +813,7 @@ mod tests {
813813
#[test]
814814
fn test_checks_backpressure_drop() {
815815
// Test that too_many_checks_pending returns true when there are many checks pending, and
816-
// returns false if we drop some of the the futures without completion.
816+
// returns false if we drop some of the futures without completion.
817817
let secp_ctx = Secp256k1::new();
818818
let (chain_source, network_graph) = get_network();
819819

0 commit comments

Comments
 (0)