aboutsummaryrefslogtreecommitdiff
path: root/tests/test-custom-comments-comment-box.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-custom-comments-comment-box.el')
-rw-r--r--tests/test-custom-comments-comment-box.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-custom-comments-comment-box.el b/tests/test-custom-comments-comment-box.el
index 10b1a67d0..d7ee2830c 100644
--- a/tests/test-custom-comments-comment-box.el
+++ b/tests/test-custom-comments-comment-box.el
@@ -203,7 +203,7 @@ Returns the buffer string for assertions."
"Should error when decoration-char is nil."
(should-error
(test-comment-box-at-column 0 ";;" "" nil "Header" 70)
- :type 'wrong-type-argument))
+ :type 'user-error))
(ert-deftest test-comment-box-elisp-non-integer-length ()
"Should error when length is not an integer."