fix tests

This commit is contained in:
Lennart
2025-04-14 17:22:28 +02:00
parent 7b58df4153
commit ff73589004

View File

@@ -164,6 +164,14 @@ mod tests {
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(
&self,
user: rustical_store::auth::User,