瀏覽代碼

Fix typo in test

* testing/lisp/test-org.el (test-org/deadline-close): Fix typo.
Nicolas Goaziou 8 年之前
父節點
當前提交
c792d694b7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      testing/lisp/test-org.el

+ 1 - 1
testing/lisp/test-org.el

@@ -292,7 +292,7 @@
   (flet ((current-time () '(22353 6425 905205 644000)))
     ;; Timestamps are close if they are within `ndays' of lead time.
     (org-test-with-temp-text "* Heading"
-      (should (org-deadline-close "2016-06-03 Fri" 0))p
+      (should (org-deadline-close "2016-06-03 Fri" 0))
       (should (org-deadline-close "2016-06-02 Thu" 0))
       (should-not (org-deadline-close "2016-06-04 Sat" 0))
       (should (org-deadline-close "2016-06-04 Sat" 1))