Skip to content

Commit 6b1ab53

Browse files
committed
Fix a couple of tests
1 parent c4e59cf commit 6b1ab53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cider-tests.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172

173173
(describe "when there are multiple dependencies"
174174
(before-each
175-
(setq-local cider-jack-in-lein-plugins '(("refactor-nrepl" "2.0.0") ("cider/cider-nrepl" "0.11.0")))
175+
(setq-local cider-jack-in-lein-plugins '(("refactor-nrepl" "2.0.0")))
176176
(setq-local cider-jack-in-nrepl-middlewares '("refactor-nrepl.middleware/wrap-refactor" "cider.nrepl/cider-middleware"))
177177
(setq-local cider-jack-in-dependencies-exclusions '()))
178178
(it "can inject dependencies in a lein project"
@@ -189,7 +189,7 @@
189189
" -- repl :headless")))
190190

191191
(it "can inject dependencies in a boot project"
192-
(setq-local cider-jack-in-dependencies ("refactor-nrepl" "2.0.0"))
192+
(setq-local cider-jack-in-dependencies '(("nrepl/nrepl" "0.5.3") ("refactor-nrepl" "2.0.0")))
193193
(expect (cider-inject-jack-in-dependencies "" "repl -s wait" 'boot)
194194
:to-equal (concat "-i \"(require 'cider.tasks)\""
195195
" -d "

0 commit comments

Comments
 (0)