Skip to content

Commit

Permalink
FIX/test.el: remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
guidoschmidt committed Dec 23, 2022
1 parent a6c55e8 commit b561408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))))
Expand Down

0 comments on commit b561408

Please sign in to comment.