branch: externals/modus-themes
commit d673df22cae6f7a4dbbbb60c5ce555011e26aacb
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Make small tweaks to modus-themes-test-inheritance
---
 tests/modus-themes-tests.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/modus-themes-tests.el b/tests/modus-themes-tests.el
index 057b6fee87..64436b0c55 100644
--- a/tests/modus-themes-tests.el
+++ b/tests/modus-themes-tests.el
@@ -2,7 +2,8 @@
 
 ;; Copyright (C) 2025  Free Software Foundation, Inc.
 
-;; Author: Rudolf Adamkovič <[email protected]>
+;; Author: Rudolf Adamkovič <[email protected]>,
+;;         Protesilaos Stavrou <[email protected]>
 ;; Maintainer: Protesilaos Stavrou <[email protected]>
 ;; URL: https://github.com/protesilaos/modus-themes
 
@@ -30,11 +31,10 @@
 (require 'ert)
 (require 'modus-themes)
 
-;; Third-party packages, loaded if possible.
-(require 'font-latex nil t)
-
 (ert-deftest modus-themes-test-inheritance ()
   "Ensure all faces inherit from valid faces."
+  ;; Third-party packages, loaded if possible to better test face inheritance.
+  (require 'font-latex nil t)
   (modus-themes-select 'modus-operandi)
   (should-not (seq-filter
                (lambda (face)

Reply via email to