test-org-tempo: Fix typo which activates the org-tempo tests
This commit is contained in:
parent
d5b70fa68b
commit
75be0362da
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue