summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2018-01-14 13:59:24 +0100
committerMarco Wahl <marcowahlsoft@gmail.com>2018-01-14 13:59:24 +0100
commit75be0362daa2a1cd6401f74ecbda7b611a4662dc (patch)
treefaf9323860c12e6c316163b6440aeeaac1cc6d19
parentd5b70fa68b7e74d5b8e272a55bd4ce64cab80d42 (diff)
downloadorg-mode-75be0362daa2a1cd6401f74ecbda7b611a4662dc.tar.gz
test-org-tempo: Fix typo which activates the org-tempo tests
-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 060a7da..20062fe 100644
--- a/testing/lisp/test-org-tempo.el
+++ b/testing/lisp/test-org-tempo.el
@@ -23,7 +23,7 @@
(require 'org-tempo)
-(unless (featurep 'org-temp)
+(unless (featurep 'org-tempo)
(signal 'missing-test-dependency "org-tempo"))
(ert-deftest test-org-tempo/completion ()