summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/cider-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cider-tests.el b/test/cider-tests.el
index 94ba2849..18f3462c 100644
--- a/test/cider-tests.el
+++ b/test/cider-tests.el
@@ -147,7 +147,7 @@
"tag" "class java.lang.String"
"status" ("done")))
(cider-ensure-op-supported (op) t)
- (nrepl-current-session () nil)
+ (cider-current-session () nil)
(cider-current-ns () "user"))
(should (equal "stub" (nrepl-dict-get (cider-var-info "str") "doc")))
(should (null (cider-var-info "")))))