summaryrefslogtreecommitdiff
path: root/test/cider-selector-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/cider-selector-tests.el')
-rw-r--r--test/cider-selector-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cider-selector-tests.el b/test/cider-selector-tests.el
index 88a87949..b5565eb3 100644
--- a/test/cider-selector-tests.el
+++ b/test/cider-selector-tests.el
@@ -1,6 +1,6 @@
;;; cider-selector-tests.el
-;; Copyright © 2012-2018 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2019 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
@@ -65,7 +65,7 @@
;; (describe "cider-selector-method-m"
;; (it "switches to current connection's *nrepl-messages* buffer"
;; (let ((buf (get-buffer-create "*nrepl-messages some-id*")))
-;; (with-repl-buffer "a-session" "clj" _
+;; (with-repl-buffer "a-session" 'clj _
;; (setq-local nrepl-messages-buffer buf)
;; (message "%S" (nrepl-messages-buffer (cider-current-repl)))
;; (cider--test-selector-method ?m nil "*nrepl-messages some-id*")))))