chore: clippy
This commit is contained in:
parent
b578c83cc9
commit
682559af50
|
|
@ -84,7 +84,7 @@ async fn update_user_email() {
|
||||||
.await
|
.await
|
||||||
.unwrap();
|
.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()))
|
c.update_user(UpdateUserParams::new().with_email(new_email.clone()))
|
||||||
.await
|
.await
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue