Skip to content

Commit 45a0b9a

Browse files
committed
fix nrepl server mock
1 parent acb733b commit 45a0b9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/nrepl-server-mock.el

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ requirements."
4343
(let* ((msg (queue-dequeue (cdr (nrepl-bdecode output))))
4444
(_ (mock/log! ":mock.filter/msg :in %S" msg))
4545
(response (pcase msg
46-
(`(dict "op" "clone" "id" ,id)
46+
(`(dict "op" "clone"
47+
"client-name" "CIDER"
48+
"client-version" ,cider-version
49+
"id" ,id)
4750
`(dict "id" ,id
4851
"session" "a-session"
4952
"status" ("done")

0 commit comments

Comments
 (0)