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…
Add table
Add a link
Reference in a new issue