emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider c4e59cff85 2/5: Fix a test


From: ELPA Syncer
Subject: [nongnu] elpa/cider c4e59cff85 2/5: Fix a test
Date: Sun, 13 Feb 2022 05:58:17 -0500 (EST)

branch: elpa/cider
commit c4e59cff850fac453f0fbfe32053b36220b93b5f
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Fix a test
---
 test/cider-tests.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/cider-tests.el b/test/cider-tests.el
index d88b894a0b..c062bee31e 100644
--- a/test/cider-tests.el
+++ b/test/cider-tests.el
@@ -120,7 +120,7 @@
     (it "can inject dependencies in a lein project"
       (expect (cider-inject-jack-in-dependencies "" "repl :headless" 'lein)
               :to-equal (concat "update-in :dependencies conj "
-                                (shell-quote-argument "[nrepl/nrepl 
\"0.28.1\"]")
+                                (shell-quote-argument "[nrepl/nrepl 
\"0.5.3\"]")
                                 " -- update-in :plugins conj "
                                 (shell-quote-argument "[cider/cider-nrepl 
\"0.28.1\"]")
                                 " -- update-in :plugins conj "
@@ -189,6 +189,7 @@
                                 " -- repl :headless")))
 
     (it "can inject dependencies in a boot project"
+      (setq-local cider-jack-in-dependencies ("refactor-nrepl" "2.0.0"))
       (expect (cider-inject-jack-in-dependencies "" "repl -s wait" 'boot)
               :to-equal (concat "-i \"(require 'cider.tasks)\""
                                 " -d "



reply via email to

[Prev in Thread] Current Thread [Next in Thread]