mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
Actually fix tests
This commit is contained in:
@@ -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")))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user