aboutsummaryrefslogtreecommitdiff
path: root/tests/test-calendar-sync.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-05 06:58:19 -0500
committerCraig Jennings <c@cjennings.net>2026-04-05 06:58:19 -0500
commit33bd1ba4a7cc5e6415fa1f34ebc2518a01854cdb (patch)
tree8a5683bcc8c3ef02d5e5390d4223768b9955868f /tests/test-calendar-sync.el
parentf5010deb52731c2275cd0360d1d24141e214f554 (diff)
downloaddotemacs-33bd1ba4a7cc5e6415fa1f34ebc2518a01854cdb.tar.gz
dotemacs-33bd1ba4a7cc5e6415fa1f34ebc2518a01854cdb.zip
refactor(calendar-sync): remove dead function calendar-sync--timezone-name
Function was defined but never called anywhere in the codebase.
Diffstat (limited to 'tests/test-calendar-sync.el')
-rw-r--r--tests/test-calendar-sync.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/test-calendar-sync.el b/tests/test-calendar-sync.el
index 144d6486..b912c132 100644
--- a/tests/test-calendar-sync.el
+++ b/tests/test-calendar-sync.el
@@ -508,13 +508,7 @@ Valid events should be parsed, invalid ones skipped."
(should (>= offset (* -12 3600)))
(should (<= offset (* 14 3600)))))
-(ert-deftest test-calendar-sync--timezone-name-returns-string ()
- "Test that timezone name returns a string."
- (let ((name (calendar-sync--timezone-name)))
- ;; Should be a string
- (should (stringp name))
- ;; Should not be empty
- (should (> (length name) 0))))
+
(ert-deftest test-calendar-sync--format-timezone-offset-handles-negative ()
"Test formatting negative timezone offsets (west of UTC)."