Explorar o código

Fix test

* testing/lisp/test-org-agenda.el (test-org-agenda/rescale): Remove
  the check against text-scale-mode.  This follows the current
  implementation.
Marco Wahl %!s(int64=5) %!d(string=hai) anos
pai
achega
4e322f25bc
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      testing/lisp/test-org-agenda.el

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

@@ -157,7 +157,6 @@
      (text-scale-set 11)
      (cl-assert (and (boundp text-scale-mode) text-scale-mode))
      (org-agenda-redo)
-     (should text-scale-mode)
      (should (= 11 text-scale-mode-amount)))
    (org-test-agenda--kill-all-agendas)))