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