summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-08-18 14:40:22 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-08-18 14:41:49 +0300
commitf0256324fe74bf2dda04feec5b8a4ef3515726df (patch)
tree41d6e1877017c18d6865352dc5279f7cd541a25c /test
parent4257f55bac5f24da906e4baf5ee987a7007bb61e (diff)
[#1264] Get rid of nrepl-current-session
As it maps to the default nREPL connection it doesn't play nice with our new mechanism for smart operation dispatch.
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 "")))))