summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2020-01-27 23:43:14 +0100
committerBastien <bzg@gnu.org>2020-01-27 23:43:14 +0100
commit5c1b3e648c4042a193bec629bb9f5c6664c95fa3 (patch)
tree6af2ded04d8d5c52c979a52974ab425b4a6128a5
parent32eba0f0a67fac3d257126ef3b782e404a727e94 (diff)
downloadorg-mode-5c1b3e648c4042a193bec629bb9f5c6664c95fa3.tar.gz
Revert "Fix test"
This reverts commit 4e322f25bc1494bd9e70b2f9a90fcfc6b32ce742.
-rw-r--r--testing/lisp/test-org-agenda.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/lisp/test-org-agenda.el b/testing/lisp/test-org-agenda.el
index 95a8074..1782227 100644
--- a/testing/lisp/test-org-agenda.el
+++ b/testing/lisp/test-org-agenda.el
@@ -157,6 +157,7 @@
(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)))