Skip to content

Commit ccf85d0

Browse files
committed
Fix a deprecation warning
1 parent 6f83c0b commit ccf85d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ With the actual value, the outermost '(not ...)' s-expression is removed."
257257
("pass" 'cider-test-success-face)
258258
("fail" 'cider-test-failure-face)
259259
("error" 'cider-test-error-face)
260-
(t 'default)))
260+
(_ 'default)))
261261

262262
(defun cider-test-render-summary (buffer summary)
263263
"Emit into BUFFER the report SUMMARY statistics."

0 commit comments

Comments
 (0)