Skip to content

Commit

Permalink
Fix advised function docstring test
Browse files Browse the repository at this point in the history
  • Loading branch information
sound-logic authored and Wilfred committed May 28, 2022
1 parent 2f91e79 commit 741b864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpful-unit-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 741b864

Please sign in to comment.