This commit is contained in:
Maple 2025-11-05 21:57:57 +01:00
commit 58eecef905

View file

@ -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);
}
}
*/