Skip to content

Commit

Permalink
Fix relay tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Sep 3, 2023
1 parent 732072e commit 0b74e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/relay/tests/lib.rs
Expand Up @@ -347,7 +347,7 @@ fn build_client() -> Swarm<Client> {
relay: behaviour,
},
local_peer_id,
SwarmConfig::without_executor(),
SwarmConfig::with_async_std_executor(),
)
}

Expand Down

0 comments on commit 0b74e3f

Please sign in to comment.