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.
1 parent acb733b commit 45a0b9aCopy full SHA for 45a0b9a
test/nrepl-server-mock.el
@@ -43,7 +43,10 @@ requirements."
43
(let* ((msg (queue-dequeue (cdr (nrepl-bdecode output))))
44
(_ (mock/log! ":mock.filter/msg :in %S" msg))
45
(response (pcase msg
46
- (`(dict "op" "clone" "id" ,id)
+ (`(dict "op" "clone"
47
+ "client-name" "CIDER"
48
+ "client-version" ,cider-version
49
+ "id" ,id)
50
`(dict "id" ,id
51
"session" "a-session"
52
"status" ("done")
0 commit comments