Fix typo in test

* testing/lisp/test-org.el (test-org/deadline-close): Fix typo.
This commit is contained in:
Nicolas Goaziou 2016-06-11 13:36:45 +02:00
parent 819cdb3a09
commit c792d694b7
1 changed files with 1 additions and 1 deletions

View File

@ -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))