summaryrefslogtreecommitdiff
path: root/tests/test-wttrin-integration-with-debug.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-13 14:14:45 -0600
committerCraig Jennings <c@cjennings.net>2025-11-13 14:14:45 -0600
commitbf989bb594680eb2e3b69f55752353aa33cb47bb (patch)
tree5bf2840987672d63ec921161481d92c4139b0507 /tests/test-wttrin-integration-with-debug.el
parentb5633450732d6496c49a0628c8db80121d97facc (diff)
refactor: core: rename wttrin-mode-line-favorite-location to wttrin-favorite-locationHEADmain
Renamed variable to remove 'mode-line' prefix, making it usable for future location-based features beyond mode-line display. Updated all references in code, tests, and documentation. All 187 tests passing.
Diffstat (limited to 'tests/test-wttrin-integration-with-debug.el')
-rw-r--r--tests/test-wttrin-integration-with-debug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-wttrin-integration-with-debug.el b/tests/test-wttrin-integration-with-debug.el
index 4b122bf..0330bb3 100644
--- a/tests/test-wttrin-integration-with-debug.el
+++ b/tests/test-wttrin-integration-with-debug.el
@@ -43,7 +43,7 @@
;; Clear cache
(wttrin-clear-cache)
;; Set test configuration
- (setq wttrin-mode-line-favorite-location "Berkeley, CA")
+ (setq wttrin-favorite-location "Berkeley, CA")
(setq wttrin-mode-line-startup-delay 1) ; Minimum valid value
(setq wttrin-unit-system "m"))