summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/nrepl-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nrepl-tests.el b/test/nrepl-tests.el
index 0050531b..17736a9e 100644
--- a/test/nrepl-tests.el
+++ b/test/nrepl-tests.el
@@ -233,7 +233,7 @@
(with-temp-buffer
(let ((b3 (current-buffer)))
(with-current-buffer b1
- (set (make-local-variable 'nrepl-nrepl-buffer) b3))
+ (set (make-local-variable 'nrepl-repl-buffer) b3))
(with-current-buffer "*nrepl-connections*"
(nrepl-connections-goto-connection)
(should (equal b3 (current-buffer))))))