mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 02:22:21 +00:00
minor refactoring
This commit is contained in:
@@ -24,8 +24,7 @@ async fn test_init<CS: CalendarStore>(_store: CS) {
|
||||
|
||||
#[apply(cal_store)]
|
||||
#[tokio::test]
|
||||
async fn test_create_event<CS: CalendarStore>(store: CS) {
|
||||
let mut store = store;
|
||||
async fn test_create_event<CS: CalendarStore>(mut store: CS) {
|
||||
store
|
||||
.insert_calendar(rustical_store::calendar::Calendar {
|
||||
id: "test".to_owned(),
|
||||
|
||||
Reference in New Issue
Block a user