summaryrefslogtreecommitdiff
path: root/cider-test.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-test.el')
-rw-r--r--cider-test.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/cider-test.el b/cider-test.el
index 6fa0a5de..0ea94298 100644
--- a/cider-test.el
+++ b/cider-test.el
@@ -332,7 +332,8 @@ With the actual value, the outermost '(not ...)' s-expression is removed."
'face (cond ((not (zerop error)) 'cider-test-error-face)
((not (zerop fail)) 'cider-test-failure-face)
(t 'cider-test-success-face)))
- (concat (propertize ns 'face 'font-lock-type-face) ": ")
+ (concat (propertize ns 'face 'font-lock-type-face)
+ (propertize ": " 'face 'default))
test fail error)))
;;; Test definition highlighting