Skip to content

Commit 0db9955

Browse files
committed
Merge two duplicate testing contexts
1 parent b515e99 commit 0db9955

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/cider-tests.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,7 @@
180180
(it "ignores plugins whose predicates return false"
181181
(spy-on 'plugins-predicate :and-return-value nil)
182182
(expect (cider-jack-in-normalized-lein-plugins)
183-
:to-equal '(("cider/cider-nrepl" "0.11.0"))))
184-
(it "ignores plugins whose predicates return false"
183+
:to-equal '(("cider/cider-nrepl" "0.11.0")))
185184
(spy-on 'middlewares-predicate :and-return-value nil)
186185
(expect (cider-jack-in-normalized-nrepl-middlewares)
187186
:to-equal '("cider.nrepl/cider-middleware" "another/middleware")))

0 commit comments

Comments
 (0)