diff options
| -rw-r--r-- | test/helpful-unit-test.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helpful-unit-test.el b/test/helpful-unit-test.el index a07aa8e..1a61a6f 100644 --- a/test/helpful-unit-test.el +++ b/test/helpful-unit-test.el @@ -119,7 +119,7 @@ bar"))) (should (equal (helpful--docstring #'test-foo-advised t) - "Docstring here too."))) + "Docstring here too.\n\nThis function has :around advice: `ad-Advice-test-foo-advised'."))) (defun test-foo-no-docstring () nil) |
