Skip to content

Commit 60a14b0

Browse files
authored
Fix flaky cider-format-connection-params test (#3457)
1 parent 5d87a4d commit 60a14b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cider-connection-tests.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@
501501

502502
(describe "cider-format-connection-params"
503503
(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)
504+
(expect (cider-format-connection-params nrepl-repl-buffer-name-template '(:project-dir "~/project"))
505505
:to-equal "*cider-repl ~/project:localhost:(unknown)*")
506506
(expect (cider-format-connection-params nrepl-repl-buffer-name-template '(:host "localhost"
507507
:port 12345

0 commit comments

Comments
 (0)