summaryrefslogtreecommitdiff
path: root/cider-test.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-test.el')
-rw-r--r--cider-test.el8
1 files changed, 3 insertions, 5 deletions
diff --git a/cider-test.el b/cider-test.el
index 5182b57b..e60eef2a 100644
--- a/cider-test.el
+++ b/cider-test.el
@@ -283,11 +283,9 @@ prompt and whether to use a new window. Similar to `cider-find-var'."
"var" ,var
"index" ,index)
(when (cider--pprint-fn)
- `("pprint-fn" ,(cider--pprint-fn)))
- (when cider-stacktrace-print-length
- `("print-length" ,cider-stacktrace-print-length))
- (when cider-stacktrace-print-level
- `("print-level" ,cider-stacktrace-print-level)))
+ `("nrepl.middleware.print/print" ,(cider--pprint-fn)))
+ (when cider-stacktrace-print-options
+ `("nrepl.middleware.print/options" ,cider-stacktrace-print-options)))
(lambda (response)
(nrepl-dbind-response response (class status)
(cond (class (setq causes (cons response causes)))