diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-16 04:49:43 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-16 04:49:43 -0600 |
| commit | 61dfcb7aef61c976c4446f1e089e1e3f578edf48 (patch) | |
| tree | c4d99693deeb82f6cbe6ae0594ff6c5c4101cd68 /tests | |
| parent | 79c584370621f66e4a5363d8eeb021cc7b7d4ce5 (diff) | |
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.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test-org-noter--generate-notes-template.el | 2 | ||||
| -rw-r--r-- | tests/test-org-noter--title-to-slug.el | 2 |
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 |
