mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 20:32:48 +00:00
Actually fix tests
This commit is contained in:
@@ -160,7 +160,7 @@ mod tests {
|
||||
user_id: &str,
|
||||
name: String,
|
||||
token: String,
|
||||
) -> Result<(), rustical_store::Error> {
|
||||
) -> Result<String, rustical_store::Error> {
|
||||
Err(rustical_store::Error::Other(anyhow!("Not implemented")))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user