mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 10:59:53 +00:00
Implement get_invite_code_for_user on test db
This commit is contained in:
parent
5c2fdc01ff
commit
6ed503fe6e
1 changed files with 1 additions and 1 deletions
|
@ -1717,7 +1717,7 @@ pub mod tests {
|
|||
}
|
||||
|
||||
async fn get_invite_code_for_user(&self, _id: UserId) -> Result<Option<(String, u32)>> {
|
||||
unimplemented!()
|
||||
Ok(None)
|
||||
}
|
||||
|
||||
async fn get_user_for_invite_code(&self, _code: &str) -> Result<User> {
|
||||
|
|
Loading…
Reference in a new issue