Browse Source

Merge branch 'maint'

Kyle Meyer 4 years ago
parent
commit
06dc62790e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      testing/lisp/test-org-clock.el

+ 2 - 2
testing/lisp/test-org-clock.el

@@ -357,9 +357,9 @@ the buffer."
 |--------------+--------+------|
 | H1           |        | 2:00 |"
     (org-test-with-temp-text "** H1\n\n*** H2 :tag:\n\n*** H3\n<point>"
-      (insert (org-test-clock-create-clock ". 1:00" ". 2:00"))
+      (insert (org-test-clock-create-clock ". 8:00" ". 9:00"))
       (goto-line 4)
-      (insert (org-test-clock-create-clock ". 2:00" ". 4:00"))
+      (insert (org-test-clock-create-clock ". 9:00" ". 11:00"))
       (test-org-clock-clocktable-contents ":match \"tag\" :indent nil")))))
 
 (ert-deftest test-org-clock/clocktable/tags ()