Silence set! test
This commit is contained in:
parent
f246d89fb6
commit
84581f73ea
1 changed files with 2 additions and 1 deletions
|
@ -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")))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue