Skip to content

Commit 464175e

Browse files
committed
f await tests
1 parent 9490393 commit 464175e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning-net-tokio/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -681,11 +681,11 @@ mod tests {
681681

682682
#[tokio::test(flavor = "multi_thread")]
683683
async fn threaded_race_disconnect_accept() {
684-
race_disconnect_accept();
684+
race_disconnect_accept().await;
685685
}
686686

687687
#[tokio::test]
688688
async fn unthreaded_race_disconnect_accept() {
689-
race_disconnect_accept();
689+
race_disconnect_accept().await;
690690
}
691691
}

0 commit comments

Comments
 (0)