summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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