aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/oni-elisp-test.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/oni-elisp-test.el b/test/oni-elisp-test.el
index c1984aa..38e6be3 100644
--- a/test/oni-elisp-test.el
+++ b/test/oni-elisp-test.el
@@ -26,8 +26,9 @@
(ert-deftest oni-elisp-test-autoloads ()
"Test that ‘oni-elisp’ gets loaded automatically."
- (should (not (featurep 'oni-elisp)))
- (require 'elisp-mode)
+ ;; Since ‘emacs-lisp-mode’ is pre-loaded into Emacs, I can only check if it’s
+ ;; also been properly loaded. There is never a state where ‘emacs-lisp-mode’
+ ;; is not loaded in Emacs.
(should (featurep 'oni-elisp)))
(provide 'oni-elisp-test)