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 | e9cbe22d373980460f48941275f2bf15ff1df9e7 (patch) | |
| tree | 514651fad6da47bb9070251919cc1a3b90fc0754 /tests/test-calendar-sync--sanitize-org-body.el | |
| parent | 999c0a0299f46b74ae0346dfedb04b6b3ae5d525 (diff) | |
| download | dotemacs-e9cbe22d373980460f48941275f2bf15ff1df9e7.tar.gz dotemacs-e9cbe22d373980460f48941275f2bf15ff1df9e7.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 |
