Skip to content

Commit c4e59cf

Browse files
committed
Fix a test
1 parent 90db8e3 commit c4e59cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/cider-tests.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
(it "can inject dependencies in a lein project"
121121
(expect (cider-inject-jack-in-dependencies "" "repl :headless" 'lein)
122122
:to-equal (concat "update-in :dependencies conj "
123-
(shell-quote-argument "[nrepl/nrepl \"0.28.1\"]")
123+
(shell-quote-argument "[nrepl/nrepl \"0.5.3\"]")
124124
" -- update-in :plugins conj "
125125
(shell-quote-argument "[cider/cider-nrepl \"0.28.1\"]")
126126
" -- update-in :plugins conj "
@@ -189,6 +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"))
192193
(expect (cider-inject-jack-in-dependencies "" "repl -s wait" 'boot)
193194
:to-equal (concat "-i \"(require 'cider.tasks)\""
194195
" -d "

0 commit comments

Comments
 (0)