From 5c1b3e648c4042a193bec629bb9f5c6664c95fa3 Mon Sep 17 00:00:00 2001 From: Bastien Date: Mon, 27 Jan 2020 23:43:14 +0100 Subject: [PATCH] Revert "Fix test" This reverts commit 4e322f25bc1494bd9e70b2f9a90fcfc6b32ce742. --- testing/lisp/test-org-agenda.el | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/lisp/test-org-agenda.el b/testing/lisp/test-org-agenda.el index 95a8074f5..17822272f 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)))