aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2018-10-21 15:41:37 +0100
committerWilfred Hughes <me@wilfred.me.uk>2018-10-21 15:41:37 +0100
commite82cdba6c34bb8f8b80fd62d7afc54e133b5b46e (patch)
tree36d75c0ab3fe15f0aea40fca5d7607c8191647a7 /test
parent5a42dd133a775e4aec47daf4a629fff7a23ce5ce (diff)
Fix mistake in comment
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.