aboutsummaryrefslogtreecommitdiff
path: root/tests/test-chime-validate-configuration.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-chime-validate-configuration.el')
-rw-r--r--tests/test-chime-validate-configuration.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-chime-validate-configuration.el b/tests/test-chime-validate-configuration.el
index c971632..680808c 100644
--- a/tests/test-chime-validate-configuration.el
+++ b/tests/test-chime-validate-configuration.el
@@ -49,7 +49,7 @@
(cl-some (lambda (issue) (eq (car issue) :warning)) issues))
(defun test-chime-validate-configuration--count-issues (issues severity)
- "Count number of ISSUES with given SEVERITY (:error, :warning, or :info)."
+ "Count number of ISSUES with given SEVERITY (:error or :warning)."
(length (cl-remove-if-not (lambda (i) (eq (car i) severity)) issues)))
;;; Normal Cases - Valid Configurations