mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 02:22:21 +00:00
Refactor: Rename uid to object_id
This commit is contained in:
@@ -44,5 +44,5 @@ async fn test_create_event<CS: CalendarStore>(mut store: CS) {
|
||||
|
||||
let event = store.get_object("testuser", "test", "asd").await.unwrap();
|
||||
assert_eq!(event.get_ics(), EVENT);
|
||||
assert_eq!(event.get_uid(), "asd");
|
||||
assert_eq!(event.get_id(), "asd");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user