Actually fix tests

This commit is contained in:
Lennart
2025-04-14 17:29:36 +02:00
parent 1157e334ab
commit 8258e95bb1

View File

@@ -160,7 +160,7 @@ mod tests {
user_id: &str, user_id: &str,
name: String, name: String,
token: String, token: String,
) -> Result<(), rustical_store::Error> { ) -> Result<String, rustical_store::Error> {
Err(rustical_store::Error::Other(anyhow!("Not implemented"))) Err(rustical_store::Error::Other(anyhow!("Not implemented")))
} }