mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-18 08:49:21 +00:00
sqlite_store: Add some more basic tests
This commit is contained in:
@@ -2,7 +2,7 @@ use axum::{http::StatusCode, response::IntoResponse};
|
||||
|
||||
use crate::CalDateTimeError;
|
||||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
#[derive(Debug, thiserror::Error, PartialEq, Eq)]
|
||||
pub enum Error {
|
||||
#[error("Invalid ics/vcf input: {0}")]
|
||||
InvalidData(String),
|
||||
|
||||
Reference in New Issue
Block a user