From b561408e255088d459630e0707d9c19c3b3e4349 Mon Sep 17 00:00:00 2001 From: Guido Schmidt Date: Fri, 23 Dec 2022 18:33:56 +0100 Subject: [PATCH] FIX/test.el: remove space --- test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.el b/test.el index 6417ba4..f8b2bff 100644 --- a/test.el +++ b/test.el @@ -97,7 +97,7 @@ (circadian-activate-latest-theme) (should (equal 'wombat (cl-first custom-enabled-themes)))) - (with-mock + (with-mock (stub circadian-now-time-string => '(16 50 0)) (circadian-activate-latest-theme) (should (equal 'adwaita (cl-first custom-enabled-themes)))))