We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cider-format-connection-params
1 parent 5d87a4d commit 60a14b0Copy full SHA for 60a14b0
test/cider-connection-tests.el
@@ -501,7 +501,7 @@
501
502
(describe "cider-format-connection-params"
503
(it "Generates a pretty string. `:repl-type' can be symbol." ;; https://github.com/clojure-emacs/cider/issues/3402
504
- (expect (cider-format-connection-params nrepl-repl-buffer-name-template nil)
+ (expect (cider-format-connection-params nrepl-repl-buffer-name-template '(:project-dir "~/project"))
505
:to-equal "*cider-repl ~/project:localhost:(unknown)*")
506
(expect (cider-format-connection-params nrepl-repl-buffer-name-template '(:host "localhost"
507
:port 12345
0 commit comments