1 2 3 4 5 6 7 8
mod common; use common::get_client; #[tokio::test] async fn client_can_create() { get_client().await; }