aboutsummaryrefslogtreecommitdiffstats
path: root/test/oni-alert-test.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/oni-alert-test.el')
-rw-r--r--test/oni-alert-test.el9
1 files changed, 2 insertions, 7 deletions
diff --git a/test/oni-alert-test.el b/test/oni-alert-test.el
index f8574e2..81e49a4 100644
--- a/test/oni-alert-test.el
+++ b/test/oni-alert-test.el
@@ -1,9 +1,4 @@
-(ert-deftest oni-alert-test-autoloads ()
- "Test that `oni-alert' gets loaded automatically."
- (require 'alert)
- (should (featurep 'oni-alert)))
-
(ert-deftest oni-alert-test-sets-default-style ()
- "Test that `oni-alert' test the default style."
- (require 'alert)
+ "Test that `oni-alert' changes the default style."
+ (require 'oni-alert)
(should (eql alert-default-style 'libnotify)))