summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-10-04 13:42:45 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-10-04 13:43:20 +0100
commit2ede5a19b8f782bf87d5c331e1803011fd21591a (patch)
tree1a3406f458f427d62bf67401c02839bec34d660a /test
parent3219e6088d19b76e7f5687210744429dfd98a044 (diff)
Fix a test
Diffstat (limited to 'test')
-rw-r--r--test/cider-tests.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/cider-tests.el b/test/cider-tests.el
index 34ac02cc..5b92874b 100644
--- a/test/cider-tests.el
+++ b/test/cider-tests.el
@@ -277,7 +277,9 @@
(should (not (gethash id nrepl-pending-requests)))
(should (gethash id nrepl-completed-requests))
(should (eq (gethash id nrepl-completed-requests)
- #'ignore))))))
+ #'ignore)))))
+ (ignore-errors
+ (kill-buffer "*nrepl-messages*")))
;;; connection browser