summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/chrono-tools.el2
-rw-r--r--todo.org10
2 files changed, 2 insertions, 10 deletions
diff --git a/modules/chrono-tools.el b/modules/chrono-tools.el
index ccbac5f1..37a065f2 100644
--- a/modules/chrono-tools.el
+++ b/modules/chrono-tools.el
@@ -106,7 +106,7 @@ Present all audio files in the sounds directory and set the chosen file as
(interactive)
(setq tmr-sound-file notification-sound)
(message "Timer sound reset to default: %s"
- (file-name-nondirectory notification-package)))
+ (file-name-nondirectory notification-sound)))
(use-package tmr
:defer 0.5
diff --git a/todo.org b/todo.org
index 6b7dbcc3..86652026 100644
--- a/todo.org
+++ b/todo.org
@@ -153,7 +153,7 @@ Already using prescient with vertico. Extend to Corfu after migration.
** Testing & CI
-*** TODO [#B] Write Complete ERT Tests for This Config [13/23]
+*** TODO [#B] Write Complete ERT Tests for This Config [13/14]
Unit and Integration Tests should be added as subtasks below, marked done when complete.
@@ -175,16 +175,8 @@ Unit and Integration Tests should be added as subtasks below, marked done when c
- [X] org-webclipper — 31 tests in 1 file
- [X] org-noter-config — 30 tests, 2 files (generate-notes + title-to-slug)
- [X] browser-config — 20 tests in 1 file
-- [ ] flycheck-config — expand beyond languagetool setup (6 tests)
-- [ ] org-drill-config — expand beyond first-function/font-switching (17 tests)
-
*Lower priority (testable but less critical):*
-- [ ] chrono-tools — timer/clock functions
-- [ ] help-utils — search dispatch (arch-wiki, devdoc, tldr, wikipedia)
-- [ ] dirvish-config — wallpaper setter, custom functions
-- [ ] dwim-shell-config — shell command definitions
-- [ ] elfeed-config — podcast/feed helper functions
- [ ] eww-config — browser helper functions
*** TODO [#B] Add project-aware ERT test isolation when switching projects