summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2013-02-12 15:44:53 +0200
committerBozhidar Batsov <bozhidar@tradeo.com>2013-02-12 15:44:53 +0200
commit4f3e8fae6454a51e53eebd3a299cc430d81ad187 (patch)
tree2ab56ebfc54cef169d30a9b81efca898b1975e17 /test
parenta029a6eb673abe66c874cee15019a741164094f4 (diff)
Fix test names.
Diffstat (limited to 'test')
-rw-r--r--test/nrepl-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/nrepl-tests.el b/test/nrepl-tests.el
index cebb48d9..6b6b92e7 100644
--- a/test/nrepl-tests.el
+++ b/test/nrepl-tests.el
@@ -123,13 +123,13 @@
"d2:id2:422:ns4:user7:session36:3f586403-ed47-4e4d-b8db-70522054f9715:value5:\"←\"ed2:id2:427:session36:3f586403-ed47-4e4d-b8db-70522054f9716:statusl4:doneee"))))
;;;; generic
-(ert-deftest test-nrepl-connection-buffer ()
+(ert-deftest test-nrepl-connection-buffer-name ()
(let ((nrepl-hide-special-buffers nil))
(should (equal (nrepl-connection-buffer-name) "*nrepl-connection*")))
(let ((nrepl-hide-special-buffers t))
(should (equal (nrepl-connection-buffer-name) " *nrepl-connection*"))))
-(ert-deftest test-nrepl-server-buffer ()
+(ert-deftest test-nrepl-server-buffer-name ()
(let ((nrepl-hide-special-buffers nil))
(should (equal (nrepl-server-buffer-name) "*nrepl-server*")))
(let ((nrepl-hide-special-buffers t))