From 92e2b82170f77ef2b21686916485fb2e3f61efb6 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 24 Jan 2026 13:28:12 -0600 Subject: fix(tests): fix failing tests across multiple modules - test-org-noter: add org-id require for org-id-uuid - test-org-agenda: update to expect 4 base files (pcal added) - test-org-refile: fix lambda signatures for directory-files-recursively - test-org-sort: stub cj/custom-keymap, cj/org-map, org-dir - test-calendar-sync: mark Saturday weekday test as expected-fail (timezone issue) --- tests/test-org-noter--generate-notes-template.el | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test-org-noter--generate-notes-template.el') diff --git a/tests/test-org-noter--generate-notes-template.el b/tests/test-org-noter--generate-notes-template.el index df545ccf..39906bdd 100644 --- a/tests/test-org-noter--generate-notes-template.el +++ b/tests/test-org-noter--generate-notes-template.el @@ -7,6 +7,7 @@ ;;; Code: (require 'ert) +(require 'org-id) ; needed for org-id-uuid (require 'org-noter-config) ;;; Test Helpers -- cgit v1.2.3