make it obvious that unbounded channels don't need to await, and tidy up some bits

This commit is contained in:
James Wilson
2021-07-12 10:01:23 +01:00
parent 4046edc47d
commit f2f122285e
5 changed files with 30 additions and 34 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
#![cfg(feature = "e2e")]
use test_utils::{feed_message_de::FeedMessage, server::Server};
// use serde_json::json;
@@ -24,4 +26,4 @@ async fn can_ping_feed() {
// Tidy up:
server.shutdown().await;
}
}