diff options
Diffstat (limited to 'test/lisp/emacs-lisp/find-func-tests.el')
-rw-r--r-- | test/lisp/emacs-lisp/find-func-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/find-func-tests.el b/test/lisp/emacs-lisp/find-func-tests.el index d18a9dc1a94..8c432f87200 100644 --- a/test/lisp/emacs-lisp/find-func-tests.el +++ b/test/lisp/emacs-lisp/find-func-tests.el @@ -87,7 +87,7 @@ expected function symbol and function library, respectively." (test-locate-helper #'forward-char '(forward-char . "cmds.c")) (should-error (test-locate-helper 'wrong-function))) -(ert-deftest find-func-tests--locate-adviced-symbols () +(ert-deftest find-func-tests--locate-advised-symbols () (defun my-message () (message "Hello!")) (advice-add #'mark-sexp :around 'my-message) |