mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Remove comment
This commit is contained in:
parent
694840cdd6
commit
97989b04a0
1 changed files with 0 additions and 1 deletions
|
@ -750,7 +750,6 @@ async fn test_multiple_signup_overwrite() {
|
|||
|
||||
db.create_signup(&signup).await.unwrap();
|
||||
|
||||
// TODO: Remove this method and just have create_signup return an instance?
|
||||
let signup_from_db = db.get_signup(&signup.email_address).await.unwrap();
|
||||
|
||||
assert_eq!(
|
||||
|
|
Loading…
Reference in a new issue