From 61dfcb7aef61c976c4446f1e089e1e3f578edf48 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 16 Feb 2026 04:49:43 -0600 Subject: 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. --- tests/test-org-noter--generate-notes-template.el | 2 ++ tests/test-org-noter--title-to-slug.el | 2 ++ 2 files changed, 4 insertions(+) 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 -- cgit v1.2.3