Browse Source

Fix typo in test

* testing/lisp/test-org.el (test-org/deadline-close): Fix typo.
Nicolas Goaziou 8 years ago
parent
commit
c792d694b7
1 changed files with 1 additions and 1 deletions
  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))