diff --git a/core/test/core-lib.el b/core/test/core-lib.el index 0a51f818b..6f2483985 100644 --- a/core/test/core-lib.el +++ b/core/test/core-lib.el @@ -110,4 +110,5 @@ (def-test! set (should (assq :-test-setting doom-settings)) (should (set! :-test-setting t)) - (should-not (set! :non-existant-setting (error "This shouldn't trigger")))) + (let ((inhibit-message t)) + (should-not (set! :non-existant-setting (error "This shouldn't trigger")))))