mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
remove garbage "test"
This commit is contained in:
@@ -9,9 +9,9 @@ const EVENT: &str = include_str!("examples/event.ics");
|
|||||||
#[template]
|
#[template]
|
||||||
#[rstest]
|
#[rstest]
|
||||||
#[case::sqlite(async {
|
#[case::sqlite(async {
|
||||||
let (send, _recv) = tokio::sync::mpsc::channel(100);
|
let (send, _recv) = tokio::sync::mpsc::channel(100);
|
||||||
SqliteCalendarStore::new(create_test_db().await.unwrap(), send)
|
SqliteCalendarStore::new(create_test_db().await.unwrap(), send)
|
||||||
})]
|
})]
|
||||||
async fn cal_store<CS: CalendarStore>(
|
async fn cal_store<CS: CalendarStore>(
|
||||||
#[future(awt)]
|
#[future(awt)]
|
||||||
#[case]
|
#[case]
|
||||||
@@ -19,12 +19,6 @@ async fn cal_store<CS: CalendarStore>(
|
|||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[apply(cal_store)]
|
|
||||||
#[tokio::test]
|
|
||||||
async fn test_init<CS: CalendarStore>(_store: CS) {
|
|
||||||
// store.get_events("asd").await.unwrap();
|
|
||||||
}
|
|
||||||
|
|
||||||
#[apply(cal_store)]
|
#[apply(cal_store)]
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn test_create_event<CS: CalendarStore>(store: CS) {
|
async fn test_create_event<CS: CalendarStore>(store: CS) {
|
||||||
|
|||||||
Reference in New Issue
Block a user