Parcourir la source

test-org-tempo: Fix typo which activates the org-tempo tests

Marco Wahl il y a 7 ans
Parent
commit
75be0362da
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      testing/lisp/test-org-tempo.el

+ 1 - 1
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 ()