summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTim King <kingtim@gmail.com>2013-03-30 11:06:24 -0700
committerTim King <kingtim@gmail.com>2013-03-30 11:06:24 -0700
commitf37376e7a8081b5cc55d2f767218bb0b152317dc (patch)
treebe0657b70c253b44637c45fbb4ee07d157f6a7e6 /test
parentc4509ed88f6f5db852ffd2bc20d87676aecc56c9 (diff)
Fix broken test.
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))))))