summaryrefslogtreecommitdiff
path: root/cider-test.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-11-13 21:29:53 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2015-11-13 21:29:53 +0200
commit0271bbba31f333a249d83df1669c4c525767af74 (patch)
treea662af61596a17c4ac5b5a30c06cb77ef9926402 /cider-test.el
parent2716275fc51374668e5208a516a65a2c960f7bfb (diff)
Use font-lock-type-face when rendering the ns in cider-test-render-report
Diffstat (limited to 'cider-test.el')
-rw-r--r--cider-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-test.el b/cider-test.el
index 2e16f8c1..cf1a7995 100644
--- a/cider-test.el
+++ b/cider-test.el
@@ -307,7 +307,7 @@ With the actual value, the outermost '(not ...)' s-expression is removed."
(let ((inhibit-read-only t))
(cider-test-report-mode)
(cider-insert "Test Summary" 'bold t)
- (cider-insert ns 'font-lock-function-name-face t "\n")
+ (cider-insert ns 'font-lock-type-face t "\n")
(cider-test-render-summary buffer summary)
(nrepl-dbind-response summary (fail error)
(unless (zerop (+ fail error))