소스 검색

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

Marco Wahl 7 년 전
부모
커밋
75be0362da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 ()