Quick Hydra Test

This commit is contained in:
2023-03-06 17:12:23 -05:00
parent 23c016fb17
commit 5f7c885f82

View File

@@ -44,7 +44,7 @@ async fn main() {
.await.expect("Err creating client");
if let Err(why) = client.start().await {
println!("Client error: {:?}", why);
println!("Client error: {:?} <-- This is a test clause -->", why);
}
}