diff options
Diffstat (limited to 'tests/test-custom-comments-comment-simple-divider.el')
| -rw-r--r-- | tests/test-custom-comments-comment-simple-divider.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-custom-comments-comment-simple-divider.el b/tests/test-custom-comments-comment-simple-divider.el index a61e6b4cf..7979f18b7 100644 --- a/tests/test-custom-comments-comment-simple-divider.el +++ b/tests/test-custom-comments-comment-simple-divider.el @@ -195,7 +195,7 @@ Returns the buffer string for assertions." "Should error when decoration-char is nil." (should-error (test-simple-divider-at-column 0 ";;" "" nil "Header" 70) - :type 'wrong-type-argument)) + :type 'user-error)) (ert-deftest test-simple-divider-elisp-nil-text () "Should error when text is nil." |
