summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2020-01-27 23:32:35 +0100
committerMarco Wahl <marcowahlsoft@gmail.com>2020-01-27 23:32:35 +0100
commit4e322f25bc1494bd9e70b2f9a90fcfc6b32ce742 (patch)
tree8cfe8b3a134531d833f78ddd4bb00b021a9e6d91
parent1ebb6f8beb06791820f2ad1ee4601f56b0fc2fc7 (diff)
downloadorg-mode-4e322f25bc1494bd9e70b2f9a90fcfc6b32ce742.tar.gz
Fix test
* testing/lisp/test-org-agenda.el (test-org-agenda/rescale): Remove the check against text-scale-mode. This follows the current implementation.
-rw-r--r--testing/lisp/test-org-agenda.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/lisp/test-org-agenda.el b/testing/lisp/test-org-agenda.el
index 1782227..95a8074 100644
--- a/testing/lisp/test-org-agenda.el
+++ b/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)))