mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 03:32:15 +00:00
fix tests
This commit is contained in:
@@ -164,6 +164,14 @@ mod tests {
|
|||||||
Err(rustical_store::Error::Other(anyhow!("Not implemented")))
|
Err(rustical_store::Error::Other(anyhow!("Not implemented")))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async fn remove_app_token(
|
||||||
|
&self,
|
||||||
|
user_id: &str,
|
||||||
|
token_id: &str,
|
||||||
|
) -> Result<(), rustical_store::Error> {
|
||||||
|
Err(rustical_store::Error::Other(anyhow!("Not implemented")))
|
||||||
|
}
|
||||||
|
|
||||||
async fn insert_principal(
|
async fn insert_principal(
|
||||||
&self,
|
&self,
|
||||||
user: rustical_store::auth::User,
|
user: rustical_store::auth::User,
|
||||||
|
|||||||
Reference in New Issue
Block a user