summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNeil Okamoto <neil.okamoto@gmail.com>2018-01-31 01:18:06 -0800
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-01-31 19:28:33 +0700
commite4e48eae228886e44f94e003a697b8120c58a78a (patch)
treef6b0ce6891e5adf5e0ab568f463ece5005ada976 /test
parent4e95ccef3cb21ede80e94fe26965ccd81e5d6a08 (diff)
Remove last remnants of cljx code causing CI breakage
Diffstat (limited to 'test')
-rw-r--r--test/cider-client-tests.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/cider-client-tests.el b/test/cider-client-tests.el
index 82cf6654..2231e4ce 100644
--- a/test/cider-client-tests.el
+++ b/test/cider-client-tests.el
@@ -99,9 +99,6 @@
(expect (cider-current-connection "clj") :to-equal b))
(with-temp-buffer
(clojurec-mode)
- (expect (cider-current-connection "clj") :to-equal b))
- (with-temp-buffer
- (clojurex-mode)
(expect (cider-current-connection "clj") :to-equal b))))))
(describe "when type argument is given"