Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkitchin committed Sep 21, 2022
1 parent 9b66d94 commit 25a7a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(should (equal t t)))


(ert-deftest test-hunspell-status ()
(ert-deftest test-spell-status ()
(require 'ispell)
(when (executable-find ispell-program-name)
(should (equal 0 (shell-command (executable-find ispell-program-name))))))

0 comments on commit 25a7a1e

Please sign in to comment.