update dockerfile
This commit is contained in:
parent
2c7cd2e83c
commit
2629151a04
2 changed files with 20 additions and 23 deletions
|
|
@ -137,20 +137,3 @@ impl Client{
|
|||
}
|
||||
}
|
||||
*/
|
||||
#[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