aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/helpful-unit-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helpful-unit-test.el b/test/helpful-unit-test.el
index 60d024e..f6d4048 100644
--- a/test/helpful-unit-test.el
+++ b/test/helpful-unit-test.el
@@ -152,7 +152,7 @@ symbol (not a form)."
(ert-deftest helpful--no-symbol-properties ()
"Helpful should handle functions without any symbol properties."
;; Interactively evaluating this file will set edebug properties on
- ;; test-foo, so remove all properties.
+ ;; test-foo-no-properties, so remove all properties.
(setplist #'test-foo-no-properties nil)
;; This shouldn't throw any errors.