aboutsummaryrefslogtreecommitdiff
path: root/tests/test-custom-comments-comment-padded-divider.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-custom-comments-comment-padded-divider.el')
-rw-r--r--tests/test-custom-comments-comment-padded-divider.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-custom-comments-comment-padded-divider.el b/tests/test-custom-comments-comment-padded-divider.el
index 702a4c67..d4c18905 100644
--- a/tests/test-custom-comments-comment-padded-divider.el
+++ b/tests/test-custom-comments-comment-padded-divider.el
@@ -200,7 +200,7 @@ Returns the buffer string for assertions."
"Should error when decoration-char is nil."
(should-error
(test-padded-divider-at-column 0 ";;" "" nil "Header" 70 2)
- :type 'wrong-type-argument))
+ :type 'user-error))
(ert-deftest test-padded-divider-elisp-nil-text ()
"Should error when text is nil."