chore: clippy

This commit is contained in:
nathan 2023-11-17 15:20:26 +08:00
parent b578c83cc9
commit 682559af50
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ async fn update_user_email() {
.await
.unwrap();
let new_email = format!("{}@appflowy.io", Uuid::new_v4().to_string());
let new_email = format!("{}@appflowy.io", Uuid::new_v4());
c.update_user(UpdateUserParams::new().with_email(new_email.clone()))
.await
.unwrap();