Quick Hydra Test
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user