aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-16 04:49:43 -0600
committerCraig Jennings <c@cjennings.net>2026-02-16 04:49:43 -0600
commit99f183b82d2a8982f3d53ac1025f61baed67ddba (patch)
treec4d99693deeb82f6cbe6ae0594ff6c5c4101cd68
parentcc5bf0b6fe5146aa0bedcce1d0142b2d3a311f62 (diff)
downloaddotemacs-99f183b82d2a8982f3d53ac1025f61baed67ddba.tar.gz
dotemacs-99f183b82d2a8982f3d53ac1025f61baed67ddba.zip
fix(tests): add missing requires for org-noter test dependencies
Tests failed after org-noter-config started using roam-dir and cj/custom-keymap. Added requires for user-constants and keybindings.
-rw-r--r--tests/test-org-noter--generate-notes-template.el2
-rw-r--r--tests/test-org-noter--title-to-slug.el2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-org-noter--generate-notes-template.el b/tests/test-org-noter--generate-notes-template.el
index 39906bdd..d71ce73a 100644
--- a/tests/test-org-noter--generate-notes-template.el
+++ b/tests/test-org-noter--generate-notes-template.el
@@ -8,6 +8,8 @@
(require 'ert)
(require 'org-id) ; needed for org-id-uuid
+(require 'user-constants)
+(require 'keybindings)
(require 'org-noter-config)
;;; Test Helpers
diff --git a/tests/test-org-noter--title-to-slug.el b/tests/test-org-noter--title-to-slug.el
index b6880cf6..8b702282 100644
--- a/tests/test-org-noter--title-to-slug.el
+++ b/tests/test-org-noter--title-to-slug.el
@@ -7,6 +7,8 @@
;;; Code:
(require 'ert)
+(require 'user-constants)
+(require 'keybindings)
(require 'org-noter-config)
;;; Normal Cases