1
0
Fork 0
emacs-config/test/oni-alert-test.el

5 lines
175 B
EmacsLisp
Raw Normal View History

2019-03-28 08:53:55 +01:00
(ert-deftest oni-alert-test-sets-default-style ()
"Test that `oni-alert' changes the default style."
(require 'oni-alert)
2019-03-28 08:53:55 +01:00
(should (eql alert-default-style 'libnotify)))