Silence set! test

This commit is contained in:
Henrik Lissner 2017-06-28 15:29:39 +02:00
parent f246d89fb6
commit 84581f73ea
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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")))))