fix ci
This commit is contained in:
parent
d7f1ee4040
commit
58eecef905
1 changed files with 1 additions and 18 deletions
|
|
@ -136,21 +136,4 @@ impl Client{
|
||||||
Ok(response)
|
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);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue