diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-06 13:51:36 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-06 16:20:45 -0600 |
| commit | 569f9d77d6b887d7b134b946315e2afe167d765d (patch) | |
| tree | 42cd9eec3e9a8a874c4c667dfd9f86689310c3f5 /tests/test-calendar-sync--sanitize-org-body.el | |
| parent | 3bbab576c5ded49f4e5ab8c5a39d984e5929a4e0 (diff) | |
| download | dotemacs-569f9d77d6b887d7b134b946315e2afe167d765d.tar.gz dotemacs-569f9d77d6b887d7b134b946315e2afe167d765d.zip | |
fix(test): add missing testutil require for sanitize-org-body tests
Diffstat (limited to 'tests/test-calendar-sync--sanitize-org-body.el')
| -rw-r--r-- | tests/test-calendar-sync--sanitize-org-body.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-calendar-sync--sanitize-org-body.el b/tests/test-calendar-sync--sanitize-org-body.el index c85e763c..c38c277e 100644 --- a/tests/test-calendar-sync--sanitize-org-body.el +++ b/tests/test-calendar-sync--sanitize-org-body.el @@ -8,6 +8,7 @@ ;;; Code: (require 'ert) +(require 'testutil-calendar-sync) (require 'calendar-sync) ;;; Normal Cases |
