Companion PR (#1423)

This commit is contained in:
Cecile Tonglet
2020-07-22 09:16:14 +02:00
committed by GitHub
parent e7a420be0f
commit 42ddcada02
9 changed files with 286 additions and 285 deletions
@@ -26,7 +26,7 @@ static INTEGRATION_TEST_ALLOWED_TIME: Option<&str> = option_env!("INTEGRATION_TE
async fn call_function_actually_work() {
let mut alice = run_test_node(
(move |fut, _| {
spawn(fut);
spawn(fut).map(|_| ())
})
.into(),
Alice,