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 | 792fecda226c3db1847db54485e5a9c467d66eac (patch) | |
| tree | bce44bc012a1e2abe1478009d136fd095a43b080 /tests/test-org-noter--generate-notes-template.el | |
| parent | 745c3f00ee000bcf121043230a34798f3dcbb60b (diff) | |
| download | dotemacs-792fecda226c3db1847db54485e5a9c467d66eac.tar.gz dotemacs-792fecda226c3db1847db54485e5a9c467d66eac.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.
Diffstat (limited to 'tests/test-org-noter--generate-notes-template.el')
| -rw-r--r-- | tests/test-org-noter--generate-notes-template.el | 2 |
1 files changed, 2 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 |
