aboutsummaryrefslogtreecommitdiff
path: root/tests/test-integration-recurring-events.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-12-02 07:55:21 -0600
committerCraig Jennings <c@cjennings.net>2025-12-02 07:55:21 -0600
commit0f6ebba4ac9a6ff2d0c5da8182ae7fa4803cc14e (patch)
tree09fc01b042753f9d3ae975844debc44fc2b6759a /tests/test-integration-recurring-events.el
parent6fcbae0f496b13e873756092fbcc147c1480e7e1 (diff)
downloaddotemacs-0f6ebba4ac9a6ff2d0c5da8182ae7fa4803cc14e.tar.gz
dotemacs-0f6ebba4ac9a6ff2d0c5da8182ae7fa4803cc14e.zip
feat(calendar-sync): multi-calendar support with property tests
Added multi-URL calendar sync supporting Google and Proton calendars. Each calendar syncs to separate file with per-calendar state tracking. Added 13 property-based tests for RRULE expansion. Total: 150 tests passing.
Diffstat (limited to 'tests/test-integration-recurring-events.el')
-rw-r--r--tests/test-integration-recurring-events.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-integration-recurring-events.el b/tests/test-integration-recurring-events.el
index 0d32d9e0..4629e6ef 100644
--- a/tests/test-integration-recurring-events.el
+++ b/tests/test-integration-recurring-events.el
@@ -105,7 +105,7 @@ Validates:
(let ((org-output (calendar-sync--parse-ics test-integration-recurring-events--weekly-ics)))
;; Should generate org-formatted output
(should (stringp org-output))
- (should (string-match-p "^# Google Calendar Events" org-output))
+ (should (string-match-p "^# Calendar Events" org-output))
;; Should contain multiple GTFO entries
(let ((gtfo-count (with-temp-buffer