summaryrefslogtreecommitdiff
path: root/testing/lisp/test-org-tempo.el
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lisp/test-org-tempo.el')
-rw-r--r--testing/lisp/test-org-tempo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lisp/test-org-tempo.el b/testing/lisp/test-org-tempo.el
index 0760d45..7382b6d 100644
--- a/testing/lisp/test-org-tempo.el
+++ b/testing/lisp/test-org-tempo.el
@@ -24,7 +24,7 @@
(require 'org-tempo)
(unless (featurep 'org-tempo)
- (signal 'missing-test-dependency "org-tempo"))
+ (signal 'missing-test-dependency '("org-tempo")))
(ert-deftest test-org-tempo/completion ()
"Test that blocks and keywords are expanded correctly by org-tempo."