diff --git a/rnex-core/src/grpc/account.rs b/rnex-core/src/grpc/account.rs index d369501..5f49cbd 100644 --- a/rnex-core/src/grpc/account.rs +++ b/rnex-core/src/grpc/account.rs @@ -136,21 +136,4 @@ impl Client{ Ok(response) } } -*/ -#[cfg(test)] -mod test{ - use crate::grpc::account::Client; - - #[tokio::test] - async fn test(){ - dotenv::dotenv().ok(); - - let mut client = Client::new().await.unwrap(); - - let cli = client.get_nex_password(1699562916).await.unwrap(); - - println!("{:?}", cli); - } - - -} \ No newline at end of file +*/ \ No newline at end of file