org-clock: Fix failing test

* testing/lisp/test-org-clock.el (test-org-clock/clocktable/scope):
  Fix failing test.
This commit is contained in:
Nicolas Goaziou 2017-03-06 19:31:54 +01:00
parent 78bddaca1f
commit eb1847e29c
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ the buffer."
#+TBLFM: $3=string(\"foo\")" #+TBLFM: $3=string(\"foo\")"
(org-test-with-temp-text-in-file (org-test-with-temp-text-in-file
"* Test "* Test
CLOCK: [2012-03-29 Thu 16:40]--[2014-03-04 Thu 01:41] => 16905:01" CLOCK: [2012-03-29 Thu 16:40]--[2014-03-04 Thu 00:41] => 16905:01"
(test-org-clock-clocktable-contents ":scope file-with-archives" (test-org-clock-clocktable-contents ":scope file-with-archives"
"#+TBLFM: $3=string(\"foo\")")))) "#+TBLFM: $3=string(\"foo\")"))))
;; Test "function" scope. ;; Test "function" scope.